Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh > API/Runtime/NavigationSystem/NavMesh/FNavLinkGenerationJumpDownConfig
Syntax
UPROPERTY (EditAnywhere, Category=Settings)
TSubclassOf< UBaseGeneratedNavLinksProxy > LinkProxyClass
Remarks
Class used to handle links made with this configuration. Using this allows to implement custom behaviors when using navlinks, for example during the pathfollow. Note that having a proxy is not required for successful navlink pathfinding, but it does allow for custom behavior at the start and the end of a given navlink. This implies that using LinkProxyClass is optional, and it can remain empty (the default value).
See Also
UGeneratedNavLinksProxy