Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBlackboardComponent
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
BehaviorTree/BlackboardComponent.h |
|
|
|
BehaviorTree/BlackboardComponent.h |
|
GetValue(const FName &)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardComponent.h |
| Include Path |
#include "BehaviorTree/BlackboardComponent.h" |
template<class TDataClass>
TDataClass::FDataType GetValue
(
const FName & KeyName
) const
GetValue(FBlackboard::FKey)
| |
|
| Name |
GetValue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardComponent.h |
| Include Path |
#include "BehaviorTree/BlackboardComponent.h" |
template<class TDataClass>
TDataClass::FDataType GetValue
(
FBlackboard::FKey KeyID
) const