UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_ATTRIBUTE(AttrType, AttrName)
Definition DeclarativeSyntaxSupport.h:192
#define SLATE_EVENT(DelegateName, EventName)
Definition DeclarativeSyntaxSupport.h:458
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
#define SLATE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:208
#define SLATE_DECLARE_WIDGET_API(WidgetType, ParentType, ModuleApiDefine)
Definition SlateControlledConstruction.h:22
Definition CoreStyle.h:15
Definition PaintArgs.h:23
Definition SlateRect.h:26
Definition DrawElements.h:220
SLATECORE_API void SetDesiredSizeOverride(TAttribute< TOptional< FVector2D > > InDesiredSizeOverride)
Definition SImage.cpp:102
TSlateAttributeRef< const FSlateBrush * > GetImageAttribute() const
Definition SImage.h: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 SImage.cpp:44
SLATECORE_API void FlipForRightToLeftFlowDirection(bool InbFlipForRightToLeftFlowDirection)
Definition SImage.cpp:107
virtual SLATECORE_API FVector2D ComputeDesiredSize(float) const override
Definition SImage.cpp:69
SLATECORE_API void Construct(const FArguments &InArgs)
Definition SImage.cpp:30
TSlateAttributeRef< TOptional< FVector2D > > GetDesiredSizeOverrideAttribute() const
Definition SImage.h:106
SLATECORE_API void SetColorAndOpacity(TAttribute< FSlateColor > InColorAndOpacity)
Definition SImage.cpp:81
SLATECORE_API void InvalidateImage()
Definition SImage.cpp:97
SLATE_BEGIN_ARGS(SImage)
Definition SImage.h:33
SLATECORE_API void SetImage(TAttribute< const FSlateBrush * > InImage)
Definition SImage.cpp:91
TSlateAttributeRef< FSlateColor > GetColorAndOpacityAttribute() const
Definition SImage.h:103
bool bFlipForRightToLeftFlowDirection
Definition SImage.h:120
Definition Attribute.h:17
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis(OtherType *ThisPtr)
Definition SharedPointer.h:1780
Definition SharedPointer.h:153
@ false
Definition radaudio_common.h:23
Definition SlateBrush.h:239
Definition SlateColor.h:42
Definition Optional.h:131