Navigation
Unreal Engine C++ API Reference > Runtime > RHI > FAsyncReallocationRequest > FAsyncReallocationRequest
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
Include | #include "GPUDefragAllocator.h" |
FAsyncReallocationRequest
&40;
void &42; InCurrentBaseAddress,
int32 InNewSize,
FThreadSafeCounter &42; InRequestStatus
&41;
Remarks
Creates a new reallocation request.
Parameters
Name | 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. |