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 FMassZoneGraphLaneLocationFragment : public FMassFragment
Describes current location on ZoneGraph
Name | Description | ||
---|---|---|---|
|
float |
DistanceAlongLane |
Distance along current lane. |
|
LaneHandle |
Handle to current lane. |
|
|
float |
LaneLength |
Cached lane length, used for clamping and testing if at end of lane. |