UTextBlock::SetShadowColorAndOpacity

Sets the color and opacity of the text drop shadow Note: if opacity is zero no shadow will be drawn

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/TextBlock.h

Include

#include "Components/TextBlock.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/TextBlock.cpp

Syntax

void SetShadowColorAndOpacity
(
    FLinearColor InShadowColorAndOpacity
)

Remarks

Sets the color and opacity of the text drop shadow Note: if opacity is zero no shadow will be drawn

Parameters

Parameter

Description

InShadowColorAndOpacity

The new drop shadow color and opacity

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