unreal.StaticFloorCheckPolicy

class unreal.StaticFloorCheckPolicy

Bases: EnumBase

Behavior policy for performing floor checks in walking mode when no movement is occurring.

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: WalkingMode.h

ALWAYS: StaticFloorCheckPolicy = Ellipsis

Always perform floor checks, even when not moving. You may want this if static bases may disappear from underneath.

Type:

0

ON_DYNAMIC_BASE_ONLY: StaticFloorCheckPolicy = Ellipsis

Only perform floor checks when not moving IF we’re on a dynamic movement base

Type:

1