UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition PaintArgs.h:23
Definition SlateRect.h:26
Definition DrawElements.h:220
Definition SLayeredImage.h:18
SLATECORE_API void AddLayer(TAttribute< const FSlateBrush * > Brush)
Definition SLayeredImage.cpp:82
SLATECORE_API bool IsValidIndex(int32 Index) const
Definition SLayeredImage.cpp:127
SLATECORE_API void SetFromSlateIcon(const FSlateIcon &InIcon)
Definition SLayeredImage.cpp:100
virtual SLATECORE_API int32 OnPaint(const FPaintArgs &Args, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const override
Definition SLayeredImage.cpp:60
SLATECORE_API void SetLayerColor(int32 Index, TAttribute< FSlateColor > Color)
Definition SLayeredImage.cpp:152
SLATECORE_API void Construct(const FArguments &InArgs, const TArray< ImageLayer > &InLayers)
Definition SLayeredImage.cpp:6
SLATECORE_API int32 GetNumLayers() const
Definition SLayeredImage.cpp:122
SLATECORE_API void SetLayerBrush(int32 Index, TAttribute< const FSlateBrush * > Brush)
Definition SLayeredImage.cpp:133
TTuple< TAttribute< const FSlateBrush * >, TAttribute< FSlateColor > > ImageLayer
Definition SLayeredImage.h:20
SLATECORE_API void RemoveAllLayers()
Definition SLayeredImage.cpp:115
SLATECORE_API void Construct(const FArguments &InArgs, TArray< ImageLayer > &&InLayers)
Definition Attribute.h:17
U16 Index
Definition radfft.cpp:71
Definition SlateIcon.h:13