FGPUDefragAllocator::BlockOnAsyncReallocation

Blocks the calling thread until the specified request has been completed.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "GPUDefragAllocator.h"

Syntax

void BlockOnAsyncReallocation
(
    FAsyncReallocationRequest * Request
)

Remarks

Blocks the calling thread until the specified request has been completed.

Parameters

Parameter

Description

Request

Request to wait for. Must be a valid request.

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