Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBTDecorator_IsBBEntryOfClass |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Decorators/BTDecorator_IsBBEntryOfClass.h |
| Include Path | #include "BehaviorTree/Decorators/BTDecorator_IsBBEntryOfClass.h" |
Syntax
UCLASS (HideCategories=(Condition), MinimalAPI)
class UBTDecorator_IsBBEntryOfClass : public UBTDecorator_BlackboardBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBTNode → UBTAuxiliaryNode → UBTDecorator → UBTDecorator_BlackboardBase → UBTDecorator_IsBBEntryOfClass
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBTDecorator_IsBBEntryOfClass
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Decorators/BTDecorator_IsBBEntryOfClass.h |
Functions
Public
Protected
Overridden from UBTDecorator_BlackboardBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EBlackboardNotificationResult OnBlackboardKeyValueChange
(
const UBlackboardComponent& Blackboard, |
Notify about change in blackboard keys | BehaviorTree/Decorators/BTDecorator_IsBBEntryOfClass.h |
Overridden from UBTDecorator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CalculateRawConditionValue
(
UBehaviorTreeComponent& OwnerComp, |
Calculates raw, core value of decorator's condition. Should not include calling IsInversed | BehaviorTree/Decorators/BTDecorator_IsBBEntryOfClass.h |
Overridden from UBTNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DescribeRuntimeValues
(
const UBehaviorTreeComponent& OwnerComp, |
Gathers description of all runtime parameters | BehaviorTree/Decorators/BTDecorator_IsBBEntryOfClass.h | |
virtual FString GetStaticDescription() |
BehaviorTree/Decorators/BTDecorator_IsBBEntryOfClass.h |