Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree > API/Runtime/AIModule/BehaviorTree/UBlackboardComponent > API/Runtime/AIModule/BehaviorTree/UBlackboardComponent/GetRotationFromEntry
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BlackboardComponent.h |
| Include | #include "BehaviorTree/BlackboardComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BlackboardComponent.cpp |
UFUNCTION (BlueprintCallable, Category="AI|Components|Blackboard")
bool GetRotationFromEntry
(
const FName & KeyName,
FRotator & ResultRotation
) const
Remarks
Return false if call failed (most probably no such entry in BB)