187 TSlateAttribute<bool> ShowDisabledEffectAttribute;
190 bool bFlipForRightToLeftFlowDirection;
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_DEFAULT_SLOT(DeclarationType, SlotName)
Definition DeclarativeSyntaxSupport.h:444
#define SLATE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:208
return true
Definition ExternalRpcRegistry.cpp:601
#define SLATE_DECLARE_WIDGET_API(WidgetType, ParentType, ModuleApiDefine)
Definition SlateControlledConstruction.h:22
EHorizontalAlignment
Definition SlateEnums.h:174
EVerticalAlignment
Definition SlateEnums.h:194
Definition CoreStyle.h:15
Definition PaintArgs.h:23
Definition SlateRect.h:26
Definition DrawElements.h:220
virtual SLATE_API void SetContent(TSharedRef< SWidget > InContent)
Definition SBorder.cpp:77
FVector2D GetDesiredSizeScale() const
Definition SBorder.h:175
virtual SLATE_API FVector2D ComputeDesiredSize(float) const override
Definition SBorder.cpp:134
TSlateAttributeRef< bool > GetShowDisabledEffectAttribute() const
Definition SBorder.h:180
virtual SLATE_API int32 OnPaint(const FPaintArgs &Args, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const override
Definition SBorder.cpp:95
TSlateAttributeRef< FVector2D > GetDesiredSizeScaleAttribute() const
Definition SBorder.h:179
TSlateAttributeRef< const FSlateBrush * > GetBorderImageAttribute() const
Definition SBorder.h:177
SLATE_API const TSharedRef< SWidget > & GetContent() const
Definition SBorder.cpp:85
SLATE_API void SetBorderImage(TAttribute< const FSlateBrush * > InBorderImage)
Definition SBorder.cpp:169
TSlateAttributeRef< FSlateColor > GetBorderBackgroundColorAttribute() const
Definition SBorder.h:178
SLATE_API void ClearContent()
Definition SBorder.cpp:90
FSlateColor GetBorderBackgroundColor() const
Definition SBorder.h:138
bool GetShowDisabledEffect() const
Definition SBorder.h:172
SLATE_API void SetHAlign(EHorizontalAlignment HAlign)
Definition SBorder.cpp:149
SLATE_API void SetDesiredSizeScale(TAttribute< FVector2D > InDesiredSizeScale)
Definition SBorder.cpp:144
FArguments & Padding(float Left, float Top, float Right, float Bottom)
Definition SBorder.h:96
SLATE_API void SetBorderBackgroundColor(TAttribute< FSlateColor > InColorAndOpacity)
Definition SBorder.cpp:139
SLATE_API void SetVAlign(EVerticalAlignment VAlign)
Definition SBorder.cpp:154
FArguments & Padding(float Horizontal, float Vertical)
Definition SBorder.h:90
const FSlateBrush * GetBorderImage() const
Definition SBorder.h:159
SLATE_API void Construct(const FArguments &InArgs)
Definition SBorder.cpp:28
SLATE_API void SetPadding(TAttribute< FMargin > InPadding)
Definition SBorder.cpp:159
SLATE_API void SetShowEffectWhenDisabled(TAttribute< bool > InShowEffectWhenDisabled)
Definition SBorder.cpp:164
SLATE_BEGIN_ARGS(SBorder)
Definition SBorder.h:36
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
const ObjectType & Get() const
Definition SlateAttributeBase.inl:240