Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementRecord.h |
| Include | #include "MoveLibrary/MovementRecord.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovementSubstep
Remarks
A part of movement accounting, representing a single piece of a move operation, such as a slide, floor adjustment, etc.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRelevant | TODO: Replace this simple flag with a bit mask of different aspects of relevancy (i.e. the move delta is relevant BUT not to vertical velocity) | |
| FVector | MoveDelta | ||
| FName | MoveName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMovementSubstep
(
FName InMoveName, |