Space Plunder
Loading...
Searching...
No Matches
BTTask_ClearBlackboardValue.h
Go to the documentation of this file.
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "BehaviorTree/Tasks/BTTask_BlackboardBase.h"
7
#include "BTTask_ClearBlackboardValue.generated.h"
8
9
UCLASS
()
10
class AITOOLKIT_API
UBTTask_ClearBlackboardValue
: public UBTTask_BlackboardBase
11
{
12
GENERATED_BODY()
13
14
public
:
15
UBTTask_ClearBlackboardValue
();
16
17
protected
:
18
19
virtual
EBTNodeResult::Type ExecuteTask(UBehaviorTreeComponent &OwnerComp, uint8 *NodeMemory)
override
;
20
21
};
UCLASS
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition
ChatSystemComponent.h:13
UBTTask_ClearBlackboardValue
Definition
BTTask_ClearBlackboardValue.h:11
SpaceAdventure
Plugins
AIToolKit
Source
AIToolKit
Public
Behavior
Tasks
BTTask_ClearBlackboardValue.h
Generated by
1.10.0