Choose your operating system:
Windows
macOS
Linux
| FMassFragment
|
Module |
|
Header |
/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassAIMovementFragments.h |
Include |
#include "MassAIMovementFragments.h" |
USTRUCT()
struct FMassMoveTargetFragment : public FMassFragment
Move target.
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bOffBoundaries |
True if the movement target is assumed to be outside navigation boundaries. |
|
uint8: 1 |
bSteeringFallingBehind |
True if the movement target is assumed to be outside navigation boundaries. |
|
Center |
Center of the move target. |
|
|
DesiredSpeed |
Requested movement speed. |
|
|
float |
DistanceToGoal |
Distance remaining to the movement goal. |
|
Forward |
Forward direction of the movement target. |
|
|
IntentAtGoal |
Intended movement action at the target. |
|
|
float |
SlackRadius |
Allowed deviation around the movement target. |
Name | Description | |
---|---|---|
|
FMassMoveTargetFragment() |
Name | Description | ||
---|---|---|---|
|
CreateNewAction ( |
To setup current action from the authoritative world |
|
|
CreateReplicatedAction ( |
To setup current action from replicated data |
|
|
EMassMovemen... |
GetCurrentAction() |
|
|
GetCurrentActionID() |
||
|
float |
GetCurrentActionServerStartTime() |
|
|
float |
GetCurrentActionStartTime() |
|
|
GetNetDirty() |
||
|
EMassMovemen... |
GetPreviousAction() |
|
|
MarkNetDirty() |
||
|
ResetNetDirty() |
||
|
ToString() |