FGPUDefragAllocator::PlatformNotifyReallocationFinished

Notifies the platform that an async reallocation request has been completed.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Syntax

void PlatformNotifyReallocationFinished
(
    FAsyncReallocationRequest * FinishedRequest,
    void * UserPayload
)

Remarks

Notifies the platform that an async reallocation request has been completed.

Parameters

Parameter

Description

FinishedRequest

The request that got completed

UserPayload

User payload for 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