FMassMovementStyleConfig

Movement style config.

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 FMassMovementStyleConfig

Remarks

Movement style config. A movement style abstracts movement properties for specific style. Behaviors can refer to specific styles when handling speeds.

Variables

Name Description

Public variable UProperty Category, EditAnywhere

TArray< FMassMo...

 

DesiredSpeeds

Array of desired speeds (cm/s) assigned to agents based on probability.

Public variable

int32

 

MaxProbability

Sum of all probabilities in style speeds array.

Public variable UProperty Category, EditAnywhere

FMassMovementSt...

 

Style

Style of the movement