SViewport::SetIgnoreTextureAlpha

If true, the viewport's texture alpha is ignored when performing blending.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h

Include

#include "Widgets/SViewport.h"

Syntax

void SetIgnoreTextureAlpha
(
    const bool bInIgnoreTextureAlpha
)

Remarks

If true, the viewport's texture alpha is ignored when performing blending. In this case only the viewport tint opacity is used If false, the texture alpha is used during blending

Parameters

Parameter

Description

bIgnoreTextureAlpha

If texture alpha should be ignored when blending.

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