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 FMassZoneGraphCachedLaneFragment : public FMassFragment
Describes part of a ZoneGraph lane.
Name | Description | ||
---|---|---|---|
|
CacheID |
ID incremented each time the cache is updated. |
|
|
LaneHandle |
||
|
LaneLeftSpace |
Additional space left of the lane |
|
|
float |
LaneLength |
Cached length of the lane. |
|
TStaticArray< F... |
LanePointProgressions |
Lane Advance distances |
|
TStaticArray< F... |
LanePoints |
Lane points |
|
LaneRightSpace |
Additional space right of the lane |
|
|
TStaticArray< F... |
LaneTangentVectors |
Lane tangents |
|
LaneWidth |
Cached width of the lane. |
|
|
NumPoints |
Number of points on path. |
Name | Description | ||
---|---|---|---|
|
CacheLaneData ( |
Caches portion of a lane from ZoneGraph. |
|
|
FindSegmentIndexAtDistance ( |
||
|
float |
GetInterpolationTimeOnSegment ( |
|
|
GetPointAndTangentAtDistance |
||
|
GetPointAtDistance ( |
||
|
InterpolatePointAndTangentOnSegment |
||
|
InterpolatePointOnSegment ( |
||
|
IsDistanceAtLaneExtrema ( |
||
|
Reset() |
Name |
Description |
---|---|
MaxPoints |