dtNavMeshHeaderSwapEndian

Swaps the endianess of the tile data's header ([dtMeshHeader](API\Runtime\Navmesh\Detour\dtMeshHeader)).

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshBuilder.h

Include

#include "Detour/DetourNavMeshBuilder.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshBuilder.cpp

Syntax

bool dtNavMeshHeaderSwapEndian
(
    unsigned char * data,
    const int dataSize
)

Remarks

Swaps the endianess of the tile data's header (dtMeshHeader).

Parameters

Parameter

Description

data

The tile data array.

dataSize

The size of the data array.

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