Navigation
API > API/Plugins > API/Plugins/MoverExamples > API/Plugins/MoverExamples/MovementBases
Inheritance Hierarchy
- FMoverDataStructBase
- FFollowSplineState
References
| Module | MoverExamples |
| Header | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/MovementBases/FollowSplineMode.h |
| Include | #include "MovementBases/FollowSplineMode.h" |
Syntax
USTRUCT ()
struct FFollowSplineState : public FMoverDataStructBase
Remarks
Data block containing path-following state info.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CurrentDirectionMultiplier | ||
| float | CurrentSplineTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FMoverDataStructBase
| Type | Name | Description | |
|---|---|---|---|
| FMoverDataStructBase * | Clone () |
Return newly allocated copy of this FMoverDataStructBase. | |
| UScriptStruct * | Gets the type info of this FMoverDataStructBase. | ||
| void | Interpolate
(
const FMoverDataStructBase& From, |
Interpolates contained data between a starting and ending block. | |
| bool | NetSerialize
(
FArchive& Ar, |
||
| bool | ShouldReconcile
(
const FMoverDataStructBase& AuthorityState |
Checks if the contained data is equal, within reason. | |
| void | ToString
(
FAnsiStringBuilderBase& Out |
Get string representation of this struct instance |