Navigation
API > API/Plugins > API/Plugins/Mover
TurnGeneratorInterface: API for generating an in-place orientation change, based on a starting state and a target orientation
| Name | ITurnGeneratorInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ModularMovement.h |
| Include Path | #include "MoveLibrary/ModularMovement.h" |
Syntax
class ITurnGeneratorInterface : public IInterface
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector GetTurn
(
FRotator TargetOrientation, |
Returns an additive angular velocity (degrees/second) based on the starting state and timestep. | MoveLibrary/ModularMovement.h |
|