FGPUDefragAllocator::CancelAsyncReallocation

Cancels the specified reallocation request.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Syntax

void CancelAsyncReallocation
(
    FAsyncReallocationRequest * Request,
    const void * CurrentBaseAddress
)

Remarks

Cancels the specified reallocation request.

that the allocator doesn't keep track of requests after it's been completed, so the user must provide the current base address. This may not match any of the addresses in the (old) request since the memory may have been relocated since then.

Parameters

Parameter

Description

Request

Request to cancel. Must be a valid request.

CurrentBaseAddress

Current baseaddress used by the allocation.

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