FDynamicRHI::RHICancelAsyncReallocateTexture2D

FlushType: Wait RHI Thread.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

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

Include

#include "DynamicRHI.h"

Syntax

ETextureReallocationStatus RHICancelAsyncReallocateTexture2D
(
    FRHITexture2D * Texture2D,
    bool bBlockUntilCompleted
)

Remarks

Cancels an async reallocation for the specified texture. This should be called for the new texture, not the original.

Returns

Reallocation status

Parameters

Parameter

Description

Texture

Texture to cancel

bBlockUntilCompleted

If true, blocks until the cancellation is fully completed

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