FSimpleElementColorChannelMaskPS::SetParameters

Sets all the constant parameters for this shader

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h

Include

#include "SimpleElementShaders.h"

Source

/Engine/Source/Runtime/Engine/Private/SimpleElementShaders.cpp

Syntax

void SetParameters
(
    FRHICommandList & RHICmdList,
    const FTexture * TextureValue,
    const FMatrix & ColorWeightsValue,
    float GammaValue
)

Remarks

Sets all the constant parameters for this shader

Parameters

Parameter

Description

Texture

2d tile texture

ColorWeights

reference value to compare with alpha for killing pixels

Gamma

if gamma != 1.0 then a pow(color,Gamma) is applied

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