SLayeredImage::GetLayerBrush

Gets the brush for a given layer

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

const FSlateBrush * GetLayerBrush
(
    int32 Index
) const

Remarks

Gets the brush for a given layer

Returns

Null if the layer index is invalid. Otherwise, the brush for the given layer

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