Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FGPUDefragAllocator
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/GPUDefragAllocator.h |
| Include | #include "GPUDefragAllocator.h" |
void PlatformNotifyReallocationFinished
(
FAsyncReallocationRequest * FinishedRequest,
void * UserPayload
)
Remarks
Notifies the platform that an async reallocation request has been completed.
Parameters
| Name | Description |
|---|---|
| FinishedRequest | The request that got completed |
| UserPayload | User payload for the allocation |