Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ETextureClass |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/TextureDefines.h |
| Include Path |
#include "Engine/TextureDefines.h" |
Syntax
enum ETextureClass
{
Invalid,
TwoD,
Cube,
Array,
CubeArray,
Volume,
TwoDDynamic,
RenderTarget,
Other2DNoSource,
OtherUnknown,
}
Values
| Name |
Remarks |
| Invalid |
|
| TwoD |
Engine types with source data : |
| Cube |
|
| Array |
|
| CubeArray |
|
| Volume |
|
| TwoDDynamic |
Engine types without source data : |
| RenderTarget |
|
| Other2DNoSource |
User types : |
| OtherUnknown |
|