Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
Inheritance Hierarchy
- IInterface
- ITurnGeneratorInterface
- UBlueprintableTurnGenerator
- UExactDampedTurnGenerator
- ULinearTurnGenerator
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ModularMovement.h |
| Include | #include "MoveLibrary/ModularMovement.h" |
Syntax
class ITurnGeneratorInterface : public IInterface
Remarks
TurnGeneratorInterface: API for generating an in-place orientation change, based on a starting state and a target orientation
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRotator | GetTurn
(
FRotator TargetOrientation, |
Returns an additive angular velocity (per-axis degrees/second) based on the starting state and timestep |