URecastNavMeshDataChunk::GetTiles

Collect tiles with data and/or cache data from the provided TileIndices.

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

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

Include

#include "NavMesh/RecastNavMeshDataChunk.h"

Source

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

Syntax

void GetTiles
(
    const FPImplRecastNavMesh * NavMeshImpl,
    const TArray< int32 > & TileIndices,
    const EGatherTilesCopyMode CopyMode,
    const bool bMarkAsAttached
)

Remarks

Collect tiles with data and/or cache data from the provided TileIndices.

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