ARecastNavMesh::K2_ReplaceAreaInTileBounds

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

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

Include

#include "NavMesh/RecastNavMesh.h"

Source

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

Syntax

bool K2_ReplaceAreaInTileBounds
(
    FBox Bounds,
    TSubclassOf< UNavArea > OldArea,
    TSubclassOf< UNavArea > NewArea,
    bool ReplaceLinks
)

Returns

true if any polygon/link has been touched

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