ECompositeTextureMode

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Texture.h

Include

#include "Engine/Texture.h"

Syntax

enum ECompositeTextureMode
{
    CTM_Disabled,
    CTM_NormalRoughnessToRed,
    CTM_NormalRoughnessToGreen,
    CTM_NormalRoughnessToBlue,
    CTM_NormalRoughnessToAlpha,
    CTM_MAX,
}

Values

Name

Description

CTM_Disabled

CTM_NormalRoughnessToRed

CompositingTexture needs to be a normal map with the same or larger size.

CTM_NormalRoughnessToGreen

CompositingTexture needs to be a normal map with the same or larger size.

CTM_NormalRoughnessToBlue

CompositingTexture needs to be a normal map with the same or larger size.

CTM_NormalRoughnessToAlpha

CompositingTexture needs to be a normal map with the same or larger size.

CTM_MAX

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