Navigation
API > API/Plugins > API/Plugins/ChaosMover
Chaos character flying mode
| Name | UChaosFlyingMode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/Character/Modes/ChaosFlyingMode.h |
| Include Path | #include "ChaosMover/Character/Modes/ChaosFlyingMode.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable, BlueprintType, EditInlineNew, DefaultToInstanced)
class UChaosFlyingMode : public UChaosCharacterMovementMode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBaseMovementMode → UChaosMovementMode → UChaosCharacterMovementMode → UChaosFlyingMode
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UChaosFlyingMode
(
const FObjectInitializer& ObjectInitializer |
ChaosMover/Character/Modes/ChaosFlyingMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateMove_Implementation
(
const FMoverTickStartData& StartState, |
ChaosMover/Character/Modes/ChaosFlyingMode.h | ||
virtual void SimulationTick_Implementation
(
const FSimulationTickParams& Params, |
ChaosMover/Character/Modes/ChaosFlyingMode.h |