FMassMovementSteeringConfig

Steering related movement configs.

Choose your operating system:

Windows

macOS

Linux

References

Module

MassAIMovement

Header

/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassAIMovementTypes.h

Include

#include "MassAIMovementTypes.h"

Syntax

USTRUCT()
struct FMassMovementSteeringConfig

Remarks

Steering related movement configs.

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta

float

 

LookAheadDistance

How much ahead to predict when steering.

Public variable UProperty Category, EditAnywhere, Meta Config

float

 

MaxAcceleration

200..600 Smaller steering maximum acceleration makes the steering more "calm" but less opportunistic, may not find solution, or gets stuck.

Public variable UProperty Category, EditAnywhere, Meta Config

float

 

ReactionTime

Steering reaction time in seconds.