UTextureLODSettings::GetSamplerFilter

Returns the filter state that should be used for the passed in texture, taking into account other system settings.

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

ETextureSamplerFilter GetSamplerFilter
(
    const UTexture * Texture
) const

Remarks

Returns the filter state that should be used for the passed in texture, taking into account other system settings.

Returns

Filter sampler state for passed in texture

Parameters

Parameter

Description

Texture

Texture to retrieve filter state for, 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