Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassAIMovementTypes.h |
Include |
#include "MassAIMovementTypes.h" |
USTRUCT()
struct FMassMovementSteeringConfig
Steering related movement configs.
Name | Description | ||
---|---|---|---|
|
float |
LookAheadDistance |
How much ahead to predict when steering. |
|
float |
MaxAcceleration |
200..600 Smaller steering maximum acceleration makes the steering more "calm" but less opportunistic, may not find solution, or gets stuck. |
|
float |
ReactionTime |
Steering reaction time in seconds. |