ETextureMipLoadOptions

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TextureDefines.h

Include

#include "Engine/TextureDefines.h"

Syntax

enum ETextureMipLoadOptions
{
    Default,
    AllMips,
    OnlyFirstMip,
}

Values

Name

Description

Default

Fallback to the LODGroup settings.

AllMips

Load all mips.

OnlyFirstMip

Load only the first mip.

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