UBlackboardKeyType_Rotator::GetRotation

Extract rotation from entry, works directly on provided memory/properties

Windows
MacOS
Linux

Override Hierarchy

UBlackboardKeyType::GetRotation()

UBlackboardKeyType_Rotator::GetRotation()

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h

Include

#include "BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.cpp

Syntax

virtual bool GetRotation
(
    const UBlackboardComponent & OwnerComp,
    const uint8 * MemoryBlock,
    FRotator & Rotation
) const

Remarks

Extract rotation from entry, works directly on provided memory/properties

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss