| bEnabled |
bool |
Should this config be used to generate links. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
|
| bLinkProxyRegistered |
bool |
Is the link proxy registered to the navigation system CustomNavLinksMap. |
NavMesh/LinkGenerationConfig.h |
|
| DownDirectionAreaClass |
TSubclassOf< UNavAreaBase > |
Area class for downward traversal of links generated by this configuration. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
|
| FilterDistanceThreshold |
float |
When filtering similar links, it's the distance used to compare between segment endpoints to match similar links. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
- Meta=(UIMin=0, ClampMin=0)
|
| JumpDistanceFromEdge |
float |
How far from the navmesh edge is the jump started. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
- Meta=(UIMin=0, ClampMin=0)
|
| JumpEndsHeightTolerance |
float |
Tolerance at both ends of the jump to find ground. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
- Meta=(UIMin=0, ClampMin=0)
|
| JumpHeight |
float |
Peak height relative to the height of the starting point. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
- Meta=(UIMin=0, ClampMin=0)
|
| JumpLength |
float |
Horizontal length of the jump. How far from the starting point we will look for ground. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
- Meta=(UIMin=0, ClampMin=0)
|
| JumpMaxDepth |
float |
How far below the starting height we want to look for landing ground. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
|
| LinkBuilderFlags |
uint16 |
Flags used to indicate how links will be added. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
- Meta=(Bitmask, BitmaskEnum="/Script/NavigationSystem.ENavLinkBuilderFlags")
|
| LinkProxy |
TObjectPtr< UBaseGeneratedNavLinksProxy > |
Current proxy. |
NavMesh/LinkGenerationConfig.h |
|
| LinkProxyClass |
TSubclassOf< UBaseGeneratedNavLinksProxy > |
Class used to handle links made with this configuration. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Category=Settings
|
| LinkProxyId |
FNavLinkId |
Identifier used identify the current proxy handler. |
NavMesh/LinkGenerationConfig.h |
|
| Name |
FName |
A name for this config |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
|
| SamplingSeparationFactor |
float |
Value multiplied by CellSize to find the distance between sampling trajectories. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
- Meta=(UIMin=1, ClampMin=1)
|
| UpDirectionAreaClass |
TSubclassOf< UNavAreaBase > |
Area class for upward traversal of links generated by this configuration. |
NavMesh/LinkGenerationConfig.h |
- EditAnywhere
- Config
- Category=Settings
|