Navigation
API > API/Plugins > API/Plugins/ChaosMover
| Name | FChaosNetInstantMovementEffectsQueue |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosMoverSimulationTypes.h |
| Include Path | #include "ChaosMover/ChaosMoverSimulationTypes.h" |
Syntax
USTRUCT ()
struct FChaosNetInstantMovementEffectsQueue : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FChaosNetInstantMovementEffectsQueue
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Effects | TArray< FChaosNetInstantMovementEffect > | ChaosMover/ChaosMoverSimulationTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FScheduledInstantMovementEffect& Effect, |
ChaosMover/ChaosMoverSimulationTypes.h |
Overridden from FMoverDataStructBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMoverDataStructBase * Clone() |
ChaosMover/ChaosMoverSimulationTypes.h | ||
virtual void Decay
(
float DecayAmount |
ChaosMover/ChaosMoverSimulationTypes.h | ||
virtual UScriptStruct * GetScriptStruct() |
ChaosMover/ChaosMoverSimulationTypes.h | ||
virtual void Interpolate
(
const FMoverDataStructBase& From, |
ChaosMover/ChaosMoverSimulationTypes.h | ||
virtual void Merge
(
const FMoverDataStructBase& From |
ChaosMover/ChaosMoverSimulationTypes.h | ||
virtual bool NetSerialize
(
FArchive& Ar, |
ChaosMover/ChaosMoverSimulationTypes.h | ||
virtual bool ShouldReconcile
(
const FMoverDataStructBase& AuthorityState |
ChaosMover/ChaosMoverSimulationTypes.h | ||
virtual void ToString
(
FAnsiStringBuilderBase& Out |
ChaosMover/ChaosMoverSimulationTypes.h |