Navigation
API > API/Plugins > API/Plugins/ChaosMover
Add this struct to toggle crouch on the character
| Name | FChaosMoverCrouchInputs |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/Character/ChaosCharacterInputs.h |
| Include Path | #include "ChaosMover/Character/ChaosCharacterInputs.h" |
Syntax
USTRUCT (MinimalAPI, BlueprintType )
struct FChaosMoverCrouchInputs : public FMoverDataStructBase
Inheritance Hierarchy
- FMoverDataStructBase → FChaosMoverCrouchInputs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bWantsToCrouch | bool | Launch velocity in cm/s or impulse in kg cm/s. | ChaosMover/Character/ChaosCharacterInputs.h |
|