Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
Include | #include "NavigationSystem.h" |
Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
UFUNCTION (BlueprintCallable, Category="AI|Navigation",
Meta=(DisplayName="Replace Area in Octree Data"))
bool K2_ReplaceAreaInOctreeData
(
const UObject * Object,
TSubclassOf< UNavArea > OldArea,
TSubclassOf< UNavArea > NewArea
)