UNavigationSystemV1::ReplaceAreaInOctreeData

Fetched Object's data from the octree and replaces occurences of OldArea with NewArea

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h

Include

#include "NavigationSystem.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp

Syntax

bool ReplaceAreaInOctreeData
(
    const UObject & Object,
    TSubclassOf< UNavArea > OldArea,
    TSubclassOf< UNavArea > NewArea,
    bool bReplaceChildClasses
)

Remarks

Fetched Object's data from the octree and replaces occurences of OldArea with NewArea

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss