Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
Deallocates a memory block.
| Name | dtFree |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h |
| Include Path | #include "Detour/DetourAlloc.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourAlloc.cpp |
void dtFree
(
void * ptr,
dtAllocHint hint
)
Parameters
| Name | Remarks |
|---|---|
| ptr | A pointer to a memory block previously allocated using dtAlloc. |