Navigation
API > API/Runtime > API/Runtime/Engine
Selects the texture property to output
| Name | EMaterialExposedTextureProperty |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionTextureProperty.h |
| Include Path | #include "Materials/MaterialExpressionTextureProperty.h" |
Syntax
enum EMaterialExposedTextureProperty
{
TMTM_TextureSize,
TMTM_TexelSize,
TMTM_MAX,
}
Values
| Name | Remarks |
|---|---|
| TMTM_TextureSize | The texture's size. |
| TMTM_TexelSize | The texture's texel size in the UV space (1 / Texture Size) |
| TMTM_MAX |