Navigation
API > API/Plugins > API/Plugins/MoverExamples
Data block containing path-following state info.
| Name | FFollowSplineState |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/MovementBases/FollowSplineMode.h |
| Include Path | #include "MovementBases/FollowSplineMode.h" |
Syntax
USTRUCT ()
struct FFollowSplineState : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FFollowSplineState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFollowSplineState() |
MovementBases/FollowSplineMode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentDirectionMultiplier | int32 | MovementBases/FollowSplineMode.h | ||
| CurrentSplineTime | float | MovementBases/FollowSplineMode.h |
Functions
Public
Overridden from FMoverDataStructBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMoverDataStructBase * Clone() |
MovementBases/FollowSplineMode.h | ||
virtual UScriptStruct * GetScriptStruct() |
MovementBases/FollowSplineMode.h | ||
virtual void Interpolate
(
const FMoverDataStructBase& From, |
MovementBases/FollowSplineMode.h | ||
virtual bool NetSerialize
(
FArchive& Ar, |
MovementBases/FollowSplineMode.h | ||
virtual bool ShouldReconcile
(
const FMoverDataStructBase& AuthorityState |
MovementBases/FollowSplineMode.h | ||
virtual void ToString
(
FAnsiStringBuilderBase& Out |
MovementBases/FollowSplineMode.h |