Navigation
API > API/Plugins > API/Plugins/ChaosMover
A Chaos walking mode that ports Mover's USmoothWalkingMode spring/smoothing model. Uses FChaosSmoothWalkingState in SyncStateCollection to persist spring intermediates.
| Name | UChaosSmoothWalkingMode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/Character/Modes/ChaosSmoothWalkingMode.h |
| Include Path | #include "ChaosMover/Character/Modes/ChaosSmoothWalkingMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Experimental, EditInlineNew, DefaultToInstanced)
class UChaosSmoothWalkingMode : public UChaosSimpleWalkingMode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBaseMovementMode → UChaosMovementMode → UChaosCharacterMovementMode → UChaosWalkingMode → UChaosSimpleWalkingMode → UChaosSmoothWalkingMode
Implements Interfaces
- IChaosCharacterConstraintMovementModeInterface
- IChaosCharacterMovementModeInterface
- IChaosPostSimulationTickInterface
- IChaosPreSimulationTickInterface