Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/ITurnGeneratorInterface
Description
Returns an additive angular velocity (degrees/second) based on the starting state and timestep. The vector points in the direction of the rotation axis
| Name | GetTurn |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ModularMovement.h |
| Include Path | #include "MoveLibrary/ModularMovement.h" |
UFUNCTION (BlueprintNativeEvent, BlueprintCallable, Category=Mover)
FVector GetTurn
(
FRotator TargetOrientation,
const FMoverTickStartData & FullStartState,
const FMoverDefaultSyncState & MoverState,
const FMoverTimeStep & TimeStep,
const FProposedMove & ProposedMove,
UMoverBlackboard * SimBlackboard
)