Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UExactDampedTurnGenerator
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ModularMovement.h |
| Include | #include "MoveLibrary/ModularMovement.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew)
class UExactDampedTurnGenerator :
public UObject ,
public ITurnGeneratorInterface
Remarks
Modular mechanism for turning a Mover actor in place using an exact damped spring
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | HalfLifeSeconds | Time required to reach halfway to the target orientation (smaller = quicker) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRotator | GetTurn_Implementation
(
FRotator TargetOrientation, |