FWidgetStyle::BlendOpacity

Blends the current tint color with the specified alpha.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/WidgetStyle.h

Include

#include "Styling/WidgetStyle.h"

Syntax

FWidgetStyle & BlendOpacity
(
    float InOpacity
)

Remarks

Blends the current tint color with the specified alpha.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

InTint

The color to blend with.

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