FAsyncReallocationRequest::FAsyncReallocationRequest

Creates a new reallocation request.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Syntax

FAsyncReallocationRequest
(
    void * InCurrentBaseAddress,
    int32 InNewSize,
    FThreadSafeCounter * InRequestStatus
)

Remarks

Creates a new reallocation request.

Parameters

Parameter

Description

InCurrentBaseAddress

Current base address

InNewSize

Requested new size, in uint8s

InRequestStatus

Will be decremented by one when the request has been completed. Can be nullptr.

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