Navigation
API > API/Developer > API/Developer/AITestSuite
| Name | UTestBTDecorator_Blueprint |
| Type | class |
| Header File | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTDecorator_Blueprint.h |
| Include Path | #include "BehaviorTree/TestBTDecorator_Blueprint.h" |
Syntax
UCLASS (Meta=(HiddenNode))
class UTestBTDecorator_Blueprint : public UBTDecorator_BlueprintBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBTNode → UBTAuxiliaryNode → UBTDecorator → UBTDecorator_BlueprintBase → UTestBTDecorator_Blueprint
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTestBTDecorator_Blueprint
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/TestBTDecorator_Blueprint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BPConditionType | EBPConditionType | BehaviorTree/TestBTDecorator_Blueprint.h | ||
| LogIndexBecomeRelevant | int32 | BehaviorTree/TestBTDecorator_Blueprint.h | ||
| LogIndexCalculate | int32 | BehaviorTree/TestBTDecorator_Blueprint.h | ||
| LogIndexCeaseRelevant | int32 | BehaviorTree/TestBTDecorator_Blueprint.h | ||
| ObservingKeyName | FName | BehaviorTree/TestBTDecorator_Blueprint.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CalculateRawConditionValue
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTDecorator_Blueprint.h | ||
virtual void OnBecomeRelevant
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTDecorator_Blueprint.h | ||
virtual void OnCeaseRelevant
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTDecorator_Blueprint.h | ||
virtual void PostInitProperties() |
BehaviorTree/TestBTDecorator_Blueprint.h | ||
virtual void PostLoad() |
BehaviorTree/TestBTDecorator_Blueprint.h |