FGPUDefragAllocator::Free

Frees allocation associated with the specified Pointer.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h

Include

#include "GPUDefragAllocator.h"

Source

/Engine/Source/Runtime/RHI/Private/GPUDefragAllocator.cpp

Syntax

virtual void Free
(
    void * Pointer
)

Remarks

Frees allocation associated with the specified Pointer.

Frees allocation associated with passed in pointer.

Parameters

Parameter

Description

Pointer

Pointer to free.

Pointer

Pointer to free.

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