Navigation
API > API/Plugins > API/Plugins/Mover
State about the pathed movement that persists from frame to frame
| Name | FPathedPhysicsMovementState |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PathedMovement/PathedMovementTypes.h |
| Include Path | #include "PhysicsMover/PathedMovement/PathedMovementTypes.h" |
Syntax
USTRUCT ()
struct FPathedPhysicsMovementState : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FPathedPhysicsMovementState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentProgress | float | PhysicsMover/PathedMovement/PathedMovementTypes.h | ||
| LastStopPlaybackTime | float | The (bounded) playback time along the path where we were the last time movement stopped for any reason | PhysicsMover/PathedMovement/PathedMovementTypes.h | |
| MutableProps | FMutablePathedMovementProperties | The most recent mutable properties received from the input | PhysicsMover/PathedMovement/PathedMovementTypes.h |
Functions
Public
Overridden from FMoverDataStructBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMoverDataStructBase * Clone () |
Return newly allocated copy of this FMoverDataStructBase. | PhysicsMover/PathedMovement/PathedMovementTypes.h | |
virtual UScriptStruct * GetScriptStruct () |
Gets the type info of this FMoverDataStructBase. | PhysicsMover/PathedMovement/PathedMovementTypes.h | |
virtual void Interpolate
(
const FMoverDataStructBase& From, |
Interpolates contained data between a starting and ending block. | PhysicsMover/PathedMovement/PathedMovementTypes.h | |
virtual bool NetSerialize
(
FArchive& Ar, |
PhysicsMover/PathedMovement/PathedMovementTypes.h | ||
virtual bool ShouldReconcile
(
const FMoverDataStructBase& AuthorityState |
Checks if the contained data is equal, within reason. | PhysicsMover/PathedMovement/PathedMovementTypes.h | |
virtual void ToString
(
FAnsiStringBuilderBase& Out |
Get string representation of this struct instance | PhysicsMover/PathedMovement/PathedMovementTypes.h |