![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "BehaviorTree/ValueOrBBKey.h"#include "BehaviorTree/BehaviorTree.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Bool.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Class.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Enum.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Float.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Int.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Name.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Object.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_String.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Struct.h"#include "BehaviorTree/Blackboard/BlackboardKeyType_Vector.h"#include "BehaviorTree/BlackboardData.h"#include "BehaviorTree/BTNode.h"Namespaces | |
| namespace | FBlackboard |
Functions | |
| FConstStructView | FBlackboard::TryGetBlackboardKeyStruct (const UBlackboardComponent &Blackboard, const FName &Name, FBlackboard::FKey &InOutCachedKey, const UScriptStruct *TargetStruct) |
| FConstStructView | FBlackboard::GetStructValue (const UBlackboardComponent &Blackboard, const FName &Name, FBlackboard::FKey &InOutCachedKey, const FConstStructView &DefaultValue) |
| FConstStructView | FBlackboard::GetStructValue (const UBehaviorTreeComponent &BehaviorComp, const FName &Name, FBlackboard::FKey &InOutCachedKey, const FConstStructView &DefaultValue) |