Navigation
API > API/Plugins > API/Plugins/Mover
Params used when initiating a change in movement mode registration.
| Name | FModeRegistrationParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include Path | #include "MoverSimulationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FModeRegistrationParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsTheDefaultMode | bool | MoverSimulationTypes.h |
|
|
| ModeName | FName | MoverSimulationTypes.h |
|
|
| ModeObject | TObjectPtr< UBaseMovementMode > | MoverSimulationTypes.h |
|