FMassZoneGraphLaneLocationFragment

Describes current location on ZoneGraph

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FMassFragment

FMassZoneGraphLaneLocationFragment

References

Module

MassAIMovement

Header

/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassZoneGraphMovementFragments.h

Include

#include "MassZoneGraphMovementFragments.h"

Syntax

USTRUCT()
struct FMassZoneGraphLaneLocationFragment : public FMassFragment

Remarks

Describes current location on ZoneGraph

Variables

Name Description

Public variable

float

 

DistanceAlongLane

Distance along current lane.

Public variable

FZoneGraphLaneH...

 

LaneHandle

Handle to current lane.

Public variable

float

 

LaneLength

Cached lane length, used for clamping and testing if at end of lane.