Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBlackboardComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString DescribeKeyValue
(
const FName& KeyName, |
Get description of value under given key | BehaviorTree/BlackboardComponent.h | |
FString DescribeKeyValue
(
FBlackboard::FKey KeyID, |
BehaviorTree/BlackboardComponent.h |
DescribeKeyValue(const FName &, EBlackboardDescription::Type)
Description
Get description of value under given key
| Name | DescribeKeyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardComponent.h |
| Include Path | #include "BehaviorTree/BlackboardComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BlackboardComponent.cpp |
FString DescribeKeyValue
(
const FName & KeyName,
EBlackboardDescription::Type Mode
) const
DescribeKeyValue(FBlackboard::FKey, EBlackboardDescription::Type)
| Name | DescribeKeyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardComponent.h |
| Include Path | #include "BehaviorTree/BlackboardComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BlackboardComponent.cpp |
FString DescribeKeyValue
(
FBlackboard::FKey KeyID,
EBlackboardDescription::Type Mode
) const