ETextureSizingType

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/MaterialMerging.h

Include

#include "Engine/MaterialMerging.h"

Syntax

enum ETextureSizingType
{
    TextureSizingType_UseSingleTextureSize,
    TextureSizingType_UseAutomaticBiasedSizes,
    TextureSizingType_UseManualOverrideTextureSize,
    TextureSizingType_UseSimplygonAutomaticSizing,
    TextureSizingType_MAX,
}

Values

Name

Description

TextureSizingType_UseSingleTextureSize

TextureSizingType_UseAutomaticBiasedSizes

TextureSizingType_UseManualOverrideTextureSize

TextureSizingType_UseSimplygonAutomaticSizing

TextureSizingType_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