unreal.MassMovingSteeringParameters

class unreal.MassMovingSteeringParameters

Bases: MassConstSharedFragment

Steering related movement parameters.

C++ Source:

  • Plugin: MassAI

  • Module: MassNavigation

  • File: MassSteeringFragments.h

Editor Properties: (see get_editor_property/set_editor_property)

  • allow_speed_variance (bool): [Read-Write] Allow directional and catchup speed variance.

  • look_ahead_time (float): [Read-Write] How much we look ahead when steering. Affects how steeply we steer towards the goal and when to start to slow down at the end of the path.

  • reaction_time (float): [Read-Write] Steering reaction time in seconds.

  • steering_prevent_slowdown_attenuation_distance (float): [Read-Write] When using FMassSteerToMoveTargetPreventSlowdownTag, maximum distance at which slowdown reduction is applied.