Navigation
API > API/Plugins > API/Plugins/Mover
StanceSettings: collection of settings that are shared through the mover component and contain stance related settings.
| Name | UStanceSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/Settings/StanceSettings.h |
| Include Path | #include "DefaultMovementSet/Settings/StanceSettings.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UStanceSettings :
public UObject ,
public IMovementSettingsInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UStanceSettings
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CrouchedEyeHeight | float | New eye height while crouching. | DefaultMovementSet/Settings/StanceSettings.h |
|
| CrouchHalfHeight | float | New capsule half height while crouching. | DefaultMovementSet/Settings/StanceSettings.h |
|
| CrouchingMaxAcceleration | float | New max acceleration while in crouching. | DefaultMovementSet/Settings/StanceSettings.h |
|
| CrouchingMaxSpeed | float | New max speed while in crouching. | DefaultMovementSet/Settings/StanceSettings.h |
|