50 if (bIsSpacerSizeBound)
55 return SpacerSize.Get();
71 bool bIsSpacerSizeBound;
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_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
#define SLATE_DECLARE_WIDGET_API(WidgetType, ParentType, ModuleApiDefine)
Definition SlateControlledConstruction.h:22
uint32 Size
Definition VulkanMemory.cpp:4034
Definition PaintArgs.h:23
Definition SlateRect.h:26
Definition DrawElements.h:220
SLATE_API void Construct(const FArguments &InArgs)
Definition SSpacer.cpp:19
void SetSize(TAttribute< FVector2D > InSpacerSize)
Definition SSpacer.h:58
virtual SLATE_API FVector2D ComputeDesiredSize(float) const override
Definition SSpacer.cpp:31
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 SSpacer.cpp:25
FVector2D GetSize() const
Definition SSpacer.h:48
SLATE_BEGIN_ARGS(SSpacer)
Definition SSpacer.h:26
Definition Attribute.h:17
static SLATECORE_API const EVisibility SelfHitTestInvisible
Definition Visibility.h:26