Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > Detour > dtNavMesh > init
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
Include | #include "Detour/DetourNavMesh.h" |
Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp |
dtStatus init
&40;
unsigned char &42; data,
const int dataSize,
const int flags
&41;
Remarks
Initializes the navigation mesh for single tile use. The status flags for the operation.
Parameters
Name | Description |
---|---|
data | Data of the new tile. (See: dtCreateNavMeshData) |
dataSize | The data size of the new tile. |
flags | The tile flags. (See: dtTileFlags) |
See Also
dtCreateNavMeshData