Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavLinkCustomComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NavLinkCustomComponent.h | |||
virtual void GetSupportedAgents
(
FNavAgentSelector& OutSupportedAgents |
Get agents supported by this link | NavLinkCustomComponent.h |
GetSupportedAgents()
| Name | GetSupportedAgents |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include Path | #include "NavLinkCustomComponent.h" |
FNavAgentSelector GetSupportedAgents() const
GetSupportedAgents(FNavAgentSelector &)
Description
Get agents supported by this link
| Name | GetSupportedAgents |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkCustomComponent.h |
| Include Path | #include "NavLinkCustomComponent.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavLinkCustomComponent.cpp |
virtual void GetSupportedAgents
(
FNavAgentSelector & OutSupportedAgents
) const