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