EDatasmithTextureFilter

Texture filtering for textures.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h

Include

#include "DatasmithDefinitions.h"

Syntax

enum EDatasmithTextureFilter
{
    Nearest,
    Bilinear,
    Trilinear,
    Default,
}

Values

Name

Description

Nearest

Bilinear

Trilinear

Default

Use setting from the Texture Group.

Remarks

Texture filtering for textures.

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