Navigation
API > API/Plugins > API/Plugins/Mover
Behavior policy for performing floor checks in walking mode when no movement is occurring.
| Name | EStaticFloorCheckPolicy |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/Modes/WalkingMode.h |
| Include Path | #include "DefaultMovementSet/Modes/WalkingMode.h" |
Syntax
enum EStaticFloorCheckPolicy
{
Always = 0,
OnDynamicBaseOnly = 1,
}
Values
| Name | Remarks |
|---|---|
| Always | Always perform floor checks, even when not moving. You may want this if static bases may disappear from underneath. |
| OnDynamicBaseOnly | Only perform floor checks when not moving IF we're on a dynamic movement base. |