Navigation
Unreal Engine C++ API Reference > Runtime > RHI > FDynamicRHI
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
Include | #include "DynamicRHI.h" |
ETextureReallocationStatus RHICancelAsyncReallocateTexture2D
(
FRHITexture * Texture2D,
bool bBlockUntilCompleted
)
Remarks
Cancels an async reallocation for the specified texture. This should be called for the new texture, not the original. Reallocation status
Parameters
Name | Description |
---|---|
Texture | Texture to cancel |
bBlockUntilCompleted | If true, blocks until the cancellation is fully completed |