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