Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Navigation
Inheritance Hierarchy
- UBaseGeneratedNavLinksProxy
- UGeneratedNavLinksProxy
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Navigation/GeneratedNavLinksProxy.h |
| Include | #include "Navigation/GeneratedNavLinksProxy.h" |
Syntax
UCLASS (Blueprintable, BlueprintType, MinimalAPI)
class UGeneratedNavLinksProxy : public UBaseGeneratedNavLinksProxy
Remarks
Experimental Blueprintable class used to handle generated links as custom links.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinkReachedSignature | OnSmartLinkReached |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGeneratedNavLinksProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UWorld * | GetWorld () |
||
| void | NotifySmartLinkReached
(
UObject* PathingAgent, |
||
| bool | OnLinkMoveStarted
(
UObject* PathComp, |
||
| void | ReceiveSmartLinkReached
(
AActor* Agent, |
Called when agent reaches smart link during path following. |