Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavLinkCustomComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMoveReachedLink
(
FOnMoveReachedLink const& InDelegate |
Set delegate to notify about reaching this link during path following | NavLinkCustomComponent.h | |
void SetMoveReachedLink
(
UserClass* TargetOb, |
NavLinkCustomComponent.h | ||
void SetMoveReachedLink
(
UserClass* TargetOb, |
NavLinkCustomComponent.h |
SetMoveReachedLink(FOnMoveReachedLink const &)
Description
Set delegate to notify about reaching this link during path following
| Name | SetMoveReachedLink |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include Path | #include "NavLinkCustomComponent.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavLinkCustomComponent.cpp |
void SetMoveReachedLink
(
FOnMoveReachedLink const & InDelegate
)
SetMoveReachedLink(UserClass *, typename FOnMoveReachedLink::TMethodPtr< UserClass >)
| Name | SetMoveReachedLink |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include Path | #include "NavLinkCustomComponent.h" |
template<class UserClass>
void SetMoveReachedLink
(
UserClass * TargetOb,
typename FOnMoveReachedLink::TMethodPtr< UserClass > InFunc
)
SetMoveReachedLink(UserClass *, typename FOnMoveReachedLink::TConstMethodPtr< UserClass >)
| Name | SetMoveReachedLink |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include Path | #include "NavLinkCustomComponent.h" |
template<class UserClass>
void SetMoveReachedLink
(
UserClass * TargetOb,
typename FOnMoveReachedLink::TConstMethodPtr< UserClass > InFunc
)