Navigation
API > API/Plugins > API/Plugins/ChaosMover
Default chaos mover character simulation state, contains state basic for character simulation.
| Name | FChaosMoverCharacterSimState |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/ChaosMoverSimulationTypes.h |
| Include Path | #include "ChaosMover/ChaosMoverSimulationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FChaosMoverCharacterSimState : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FChaosMoverCharacterSimState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TargetDeltaFacing | float | ChaosMover/ChaosMoverSimulationTypes.h |
|
|
| TargetDeltaPosition | FVector | ChaosMover/ChaosMoverSimulationTypes.h |
|
Functions
Public
Overridden from FMoverDataStructBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMoverDataStructBase * Clone () |
Return newly allocated copy of this FMoverDataStructBase. | ChaosMover/ChaosMoverSimulationTypes.h | |
virtual UScriptStruct * GetScriptStruct () |
Gets the type info of this FMoverDataStructBase. | ChaosMover/ChaosMoverSimulationTypes.h |