Navigation
API > API/Plugins > API/Plugins/MassZoneGraphNavigation
Describes current location on ZoneGraph
| Name | FMassZoneGraphLaneLocationFragment |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassZoneGraphNavigation/Public/MassZoneGraphNavigationFragments.h |
| Include Path | #include "MassZoneGraphNavigationFragments.h" |
Syntax
USTRUCT ()
struct FMassZoneGraphLaneLocationFragment : public FMassFragment
Inheritance Hierarchy
- FMassFragment → FMassZoneGraphLaneLocationFragment
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DistanceAlongLane | float | Distance along current lane. | MassZoneGraphNavigationFragments.h | |
| LaneHandle | FZoneGraphLaneHandle | Handle to current lane. | MassZoneGraphNavigationFragments.h | |
| LaneLength | float | Cached lane length, used for clamping and testing if at end of lane. | MassZoneGraphNavigationFragments.h |