EImportanceWeight::Type

Provides different weighting functions for texture importance sampling

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/ImportanceSamplingLibrary.h

Include

#include "Kismet/ImportanceSamplingLibrary.h"

Syntax

namespace EImportanceWeight
{
    enum Type
    {
        Luminance,
        Red,
        Green,
        Blue,
        Alpha,
    }
}

Values

Name

Description

Luminance

Importance from color luminance.

Red

Importance from red channel of texture.

Green

Importance from green channel of texture.

Blue

Importance from blue channel of texture.

Alpha

Importance from alpha channel of texture.

Remarks

Provides different weighting functions for texture importance sampling

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