FWidgetStyle::BlendColorAndOpacityTint

Blends the current tint color with the specified tint.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Styling/WidgetStyle.h"

Syntax

FWidgetStyle & BlendColorAndOpacityTint
(
    const FLinearColor & InTint
)

Remarks

Blends the current tint color with the specified tint.

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