dtFree

Deallocates a memory block.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Detour/DetourAlloc.h"

Source

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

Syntax

void dtFree
(
    void * ptr
)

Remarks

Deallocates a memory block.

Parameters

Parameter

Description

ptr

A pointer to a memory block previously allocated using dtAlloc.

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