Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ReplaceAreaInOctreeData
(
FNavigationElementHandle Handle, |
Fetched element's data from the octree and replaces occurrences of OldArea with NewArea | NavigationSystem.h | |
bool ReplaceAreaInOctreeData
(
const UObject& Object, |
NavigationSystem.h |
ReplaceAreaInOctreeData(FNavigationElementHandle, TSubclassOf< UNavArea >, TSubclassOf< UNavArea >, bool)
Description
Fetched element's data from the octree and replaces occurrences of OldArea with NewArea
| Name | ReplaceAreaInOctreeData |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
bool ReplaceAreaInOctreeData
(
FNavigationElementHandle Handle,
TSubclassOf < UNavArea > OldArea,
TSubclassOf < UNavArea > NewArea,
bool bReplaceChildClasses
)
ReplaceAreaInOctreeData(const UObject &, TSubclassOf< UNavArea >, TSubclassOf< UNavArea >, bool)
| Name | ReplaceAreaInOctreeData |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
bool ReplaceAreaInOctreeData
(
const UObject & Object,
TSubclassOf < UNavArea > OldArea,
TSubclassOf < UNavArea > NewArea,
bool bReplaceChildClasses
)