Navigation
API > API/Plugins > API/Plugins/MoverExamples > API/Plugins/MoverExamples/MovementBases
Inheritance Hierarchy
- FMoverDataStructBase
- FFollowPathState
References
| Module | MoverExamples |
| Header | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/MovementBases/FollowPathMode.h |
| Include | #include "MovementBases/FollowPathMode.h" |
Syntax
USTRUCT ()
struct FFollowPathState : public FMoverDataStructBase
Remarks
Data block containing path-following state info.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | BaseLocation | ||
| float | CurrentDirectionMod | ||
| float | CurrentPathPos |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |
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 |