SLayeredImage::AddLayer

Adds a new layer to the top of the Image given a brush and color

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 AddLayer
(
    TAttribute< const FSlateBrush * > Brush,
    TAttribute< FSlateColor > Color
)

Remarks

Adds a new layer to the top of the Image given a brush and color

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