Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FAsyncReallocationRequest > API/Runtime/RHI/FAsyncReallocationRequest/__ctor
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. |