Choose your operating system:
Windows
macOS
Linux
| FMassFragment
|
Module |
|
Header |
/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassZoneGraphMovementFragments.h |
Include |
#include "MassZoneGraphMovementFragments.h" |
USTRUCT()
struct FMassZoneGraphShortPathFragment : public FMassFragment
Describes short path along ZoneGraph
Name | Description | ||
---|---|---|---|
|
uint8: 1 |
bDone |
True when path follow is completed. |
|
uint8: 1 |
bMoveReverse |
True if we're moving reverse |
|
uint8: 1 |
bPartialResult |
True if the path was partial. |
|
DebugLaneHandle |
Current lane handle, for debug |
|
|
EndOfPathIntent |
Intent at the end of the path. |
|
|
NextExitLinkType |
If next lane is set, this is how to reach the lane from current lane. |
|
|
NextLaneHandle |
If valid, the this lane will be set as current lane after the path follow is completed. |
|
|
NumPoints |
Number of points on path. |
|
|
TStaticArray< F... |
Points |
Path points |
|
float |
ProgressDistance |
Current progress distance along the lane. |
Name | Description | |
---|---|---|
|
FMassZoneGraphShortPathFragment() |
Name | Description | ||
---|---|---|---|
|
IsDone() |
||
|
RequestPath ( |
Requests path along the current lane |
|
|
RequestStand ( |
Requests path to stand at current position. |
|
|
Reset() |
Name |
Description |
---|---|
MaxPoints |