EMaterialExposedTextureProperty

Selects the texture property to output

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureProperty.h

Include

#include "Materials/MaterialExpressionTextureProperty.h"

Syntax

enum EMaterialExposedTextureProperty
{
    TMTM_TextureSize,
    TMTM_TexelSize,
    TMTM_MAX,
}

Values

Name

Description

TMTM_TextureSize

The texture's size.

TMTM_TexelSize

The texture's texel size in the UV space (1 / Texture Size)

TMTM_MAX

Remarks

Selects the texture property to output

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