ETextureReallocationStatus

Async texture reallocation status, returned by RHIGetReallocateTexture2DStatus().

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIDefinitions.h"

Syntax

enum ETextureReallocationStatus
{
    TexRealloc_Succeeded     = 0,
    TexRealloc_Failed,
    TexRealloc_InProgress,
}

Values

Name

Description

TexRealloc_Succeeded

TexRealloc_Failed

TexRealloc_InProgress

Remarks

Async texture reallocation status, returned by RHIGetReallocateTexture2DStatus().

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