Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UBlackboardComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetLocationFromEntry
(
const FName& KeyName, |
Return false if call failed (most probably no such entry in BB) | BehaviorTree/BlackboardComponent.h |
|
bool GetLocationFromEntry
(
FBlackboard::FKey KeyID, |
BehaviorTree/BlackboardComponent.h |
|
GetLocationFromEntry(const FName &, FVector &)
Description
Return false if call failed (most probably no such entry in BB)
| Name | GetLocationFromEntry |
| 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 |
UFUNCTION (BlueprintCallable, Category="AI|Components|Blackboard")
bool GetLocationFromEntry
(
const FName & KeyName,
FVector & ResultLocation
) const
GetLocationFromEntry(FBlackboard::FKey, FVector &)
| Name | GetLocationFromEntry |
| 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 |
UFUNCTION (BlueprintCallable, Category="AI|Components|Blackboard")
bool GetLocationFromEntry
(
FBlackboard::FKey KeyID,
FVector & ResultLocation
) const