ETextureMipValueMode

Defines how MipValue is used

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Materials/MaterialExpressionTextureSample.h"

Syntax

enum ETextureMipValueMode
{
    TMVM_None,
    TMVM_MipLevel,
    TMVM_MipBias,
    TMVM_Derivative,
    TMVM_MAX,
}

Values

Name

Description

TMVM_None

Use hardware computed sample's mip level with automatic anisotropic filtering support.

TMVM_MipLevel

Explicitly compute the sample's mip level. Disables anisotropic filtering.

TMVM_MipBias

Bias the hardware computed sample's mip level. Disables anisotropic filtering.

TMVM_Derivative

Explicitly compute the sample's DDX and DDY for anisotropic filtering.

TMVM_MAX

Remarks

Defines how MipValue is used

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