Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULinearTurnGenerator
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ModularMovement.h |
| Include | #include "MoveLibrary/ModularMovement.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew)
class ULinearTurnGenerator :
public UObject ,
public ITurnGeneratorInterface
Remarks
Modular mechanism for turning a Mover actor in place using linear angular velocity.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | HeadingRate | Maximum angular velocity of heading changes (degrees per second). | |
| float | PitchRate | Maximum angular velocity of pitch changes (degrees per second). | |
| float | RollRate | Maximum angular velocity of roll changes (degrees per second). |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRotator | GetTurn_Implementation
(
FRotator TargetOrientation, |