Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetSupportedAgentIndex
(
const ANavigationData* NavData |
Find index in SupportedAgents array for given navigation data | NavigationSystem.h | |
int32 GetSupportedAgentIndex
(
const FNavAgentProperties& NavAgent |
Find index in SupportedAgents array for agent type | NavigationSystem.h |
GetSupportedAgentIndex(const ANavigationData *)
Description
Find index in SupportedAgents array for given navigation data
| Name | GetSupportedAgentIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
int32 GetSupportedAgentIndex
(
const ANavigationData * NavData
) const
GetSupportedAgentIndex(const FNavAgentProperties &)
Description
Find index in SupportedAgents array for agent type
| Name | GetSupportedAgentIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
int32 GetSupportedAgentIndex
(
const FNavAgentProperties & NavAgent
) const