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