 |
TSubclassOf< UNavAreaBase > |
AreaClass |
Area class for links generated by this configuration. |
 |
bool |
bEnabled |
Should this config be used to generate links. |
 |
bool |
bLinkProxyRegistered |
Is the link proxy registered to the navigation system CustomNavLinksMap. |
 |
float |
FilterDistanceThreshold |
When filtering similar links, it's the distance used to compare between segment endpoints to match similar links. |
 |
float |
JumpDistanceFromEdge |
How far from the navmesh edge is the jump started. |
 |
float |
JumpEndsHeightTolerance |
Tolerance at both ends of the jump to find ground. |
 |
float |
JumpHeight |
Peak height relative to the height of the starting point. |
 |
float |
JumpLength |
Horizontal length of the jump. How far from the starting point we will look for ground. |
 |
float |
JumpMaxDepth |
How far below the starting height we want to look for landing ground. |
 |
uint16 |
LinkBuilderFlags |
Flags used to indicate how links will be added. |
 |
TObjectPtr< UBaseGeneratedNavLinksProxy > |
LinkProxy |
Current proxy. |
 |
TSubclassOf< UBaseGeneratedNavLinksProxy > |
LinkProxyClass |
Class used to handle links made with this configuration. |
 |
FNavLinkId |
LinkProxyId |
Identifier used identify the current proxy handler. |
 |
float |
SamplingSeparationFactor |
Value multiplied by CellSize to find the distance between sampling trajectories. |