SLayeredImage::SetLayerColor

Sets the color for a given layer, if it exists.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/Images/SLayeredImage.h

Include

#include "Widgets/Images/SLayeredImage.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/Images/SLayeredImage.cpp

Syntax

void SetLayerColor
(
    int32 Index,
    const TAttribute< FSlateColor > & Color
)

Remarks

Sets the color for a given layer, if it exists.

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