unreal.MassStandingSteeringParameters

class unreal.MassStandingSteeringParameters

Bases: MassSharedFragment

Mass Standing Steering Parameters

C++ Source:

  • Plugin: MassAI

  • Module: MassNavigation

  • File: MassSteeringFragments.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dead_zone_radius (float): [Read-Write]

  • low_speed_threshold (float): [Read-Write] If the velocity is below this threshold, it is clamped to 0. This allows to prevent jittery movement when trying to be stationary.

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

  • target_move_threshold (float): [Read-Write] How much the target should deviate from the ghost location before update

  • target_move_threshold_variance (float): [Read-Write]

  • target_selection_cooldown (float): [Read-Write] Time between updates, varied randomly.

  • target_selection_cooldown_variance (float): [Read-Write]

  • target_speed_hysteresis_scale (float): [Read-Write] How much the max speed can drop before we stop tracking it.