ETextureDimension

Describes the dimension of a texture.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIDefinitions.h"

Syntax

enum ETextureDimension
{
    Texture2D,
    Texture2DArray,
    Texture3D,
    TextureCube,
    TextureCubeArray,
}

Values

Name

Description

Texture2D

Texture2DArray

Texture3D

TextureCube

TextureCubeArray

Remarks

Describes the dimension of a texture.

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