dtNavMesh::init

Initializes the navigation mesh for single tile use.

Windows
MacOS
Linux

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

Syntax

dtStatus init
(
    unsigned char * data,
    const int dataSize,
    const int flags
)

Remarks

Initializes the navigation mesh for single tile use.

Returns

The status flags for the operation.

Parameters

Parameter

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

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