Navigation
API > API/Plugins > API/Plugins/Mover
A walking mode that provides a simplified version of the default walking mode model with additional options for smoothing.
| Name | USmoothWalkingMode |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/Modes/SmoothWalkingMode.h |
| Include Path | #include "DefaultMovementSet/Modes/SmoothWalkingMode.h" |
Syntax
UCLASS (BlueprintType, Experimental)
class USmoothWalkingMode : public USimpleWalkingMode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBaseMovementMode → UWalkingMode → USimpleWalkingMode → USmoothWalkingMode
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateWalkMove_Implementation
(
FMoverTickStartData& StartState, |
DefaultMovementSet/Modes/SmoothWalkingMode.h |
Overridden from UWalkingMode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SimulationTick_Implementation
(
const FSimulationTickParams& Params, |
DefaultMovementSet/Modes/SmoothWalkingMode.h |