Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardData.h |
| Include | #include "BehaviorTree/BlackboardData.h" |
Syntax
struct FBlackboardEntry
Remarks
Blackboard entry definition
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bInstanceSynced | If set to true then this field will be synchronized across all instances of this blackboard | |
| FName | EntryCategory | ||
| FString | EntryDescription | ||
| FName | EntryName | ||
| TObjectPtr< UBlackboardKeyType > | KeyType | Key type and additional properties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FBlackboardEntry& Other |