Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FBBKeyCachedAccessor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FStoredType & Get () |
BehaviorTree/BlackboardComponent.h | ||
T2 Get () |
BehaviorTree/BlackboardComponent.h |
Get()
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardComponent.h |
| Include Path | #include "BehaviorTree/BlackboardComponent.h" |
const FStoredType & Get() const
Get()
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardComponent.h |
| Include Path | #include "BehaviorTree/BlackboardComponent.h" |
template<typename T2>
T2 Get() const