Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/DefaultMovementSet > API/Plugins/Mover/DefaultMovementSet/LayeredMoves
Inheritance Hierarchy
- FLayeredMoveBase
- FLayeredMove_LinearVelocity
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h |
| Include | #include "DefaultMovementSet/LayeredMoves/BasicLayeredMoves.h" |
Syntax
USTRUCT (BlueprintType )
struct FLayeredMove_LinearVelocity : public FLayeredMoveBase
Remarks
Linear Velocity: A method of inducing a straight-line velocity on an actor over time
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCurveFloat > | MagnitudeOverTime | Optional curve float for controlling the magnitude of the velocity applied to the actor over the duration of the move. | |
| uint8 | SettingsFlags | ||
| FVector | Velocity | Units per second, could be worldspace vs relative depending on Flags. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FLayeredMoveBase
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| FLayeredMoveBase * | Clone () |
||
| bool | GenerateMove
(
const FMoverTickStartData& StartState, |
Generate a movement. | |
| UScriptStruct * | |||
| void | NetSerialize
(
FArchive& Ar |
||
| FString |