UTextureLODSettings::GetMipLoadOptions

Returns the mip load options of a texture.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TextureLODSettings.h

Include

#include "Engine/TextureLODSettings.h"

Source

/Engine/Source/Runtime/Engine/Private/TextureLODSettings.cpp

Syntax

ETextureMipLoadOptions GetMipLoadOptions
(
    const UTexture * Texture
) const

Remarks

Returns the mip load options of a texture.

Returns

The mip load option

Parameters

Parameter

Description

Texture

Texture to retrieve the mip load option, must not be 0

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