OODEFFUNC typedef void(OODLE_CALLBACK t_fp_OodleCore_Plugin_Free)(void *ptr)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_SLOT_ARGUMENT(SlotType, SlotName)
Definition DeclarativeSyntaxSupport.h:348
#define SLATE_SLOT_BEGIN_ARGS(SlotType, SlotParentType)
Definition DeclarativeSyntaxSupport.h:361
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
#define SLATE_SLOT_END_ARGS()
Definition DeclarativeSyntaxSupport.h:386
#define SLATE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:208
#define SLATE_DECLARE_WIDGET_API(WidgetType, ParentType, ModuleApiDefine)
Definition SlateControlledConstruction.h:22
UE_INTRINSIC_CAST UE_REWRITE constexpr std::remove_reference_t< T > && MoveTemp(T &&Obj) noexcept
Definition UnrealTemplate.h:520
Definition ArrangedChildren.h:15
Definition ChildrenBase.h:27
Definition PaintArgs.h:23
Definition SlateRect.h:26
Definition DrawElements.h:220
void Construct()
Definition SPanel.h:65
Definition SResponsiveGridPanel.h:42
FSlot::FSlotArguments & ColumnSpan(float LayoutSize, int32 ColumnSpan, int32 ColumnOffset=0)
Definition SResponsiveGridPanel.h:63
TArray< FColumnLayout > ColumnLayouts
Definition SResponsiveGridPanel.h:90
FSlot(int32 Row)
Definition SResponsiveGridPanel.h:54
Definition SResponsiveGridPanel.h:37
TArray< float > RowFillCoefficients
Definition SResponsiveGridPanel.h:142
static FSlot::FSlotArguments Slot(int32 Row)
Definition SResponsiveGridPanel.h:113
SLATE_API FScopedWidgetSlotArguments AddSlot(int32 Row)
Definition SResponsiveGridPanel.cpp:25
virtual SLATE_API FVector2D ComputeDesiredSize(float) const override
Definition SResponsiveGridPanel.cpp:324
virtual SLATE_API FChildren * GetChildren() override
Definition SResponsiveGridPanel.cpp:412
SLATE_API void ClearChildren()
Definition SResponsiveGridPanel.cpp:41
FArguments & FillRow(int32 RowId, float Coefficient)
Definition SResponsiveGridPanel.h:131
virtual SLATE_API void OnArrangeChildren(const FGeometry &AllottedGeometry, FArrangedChildren &ArrangedChildren) const override
Definition SResponsiveGridPanel.cpp:117
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 SResponsiveGridPanel.cpp:77
SLATE_API bool RemoveSlot(const TSharedRef< SWidget > &SlotWidget)
Definition SResponsiveGridPanel.cpp:36
virtual SLATE_API void CacheDesiredSize(float) override
Definition SResponsiveGridPanel.cpp:296
SLATE_API void SetRowFill(int32 RowId, float Coefficient)
Definition SResponsiveGridPanel.cpp:433
SLATE_BEGIN_ARGS(SResponsiveGridPanel)
Definition SResponsiveGridPanel.h:118
UE_REWRITE SizeType Num() const
Definition Array.h:1144
UE_NODEBUG UE_FORCEINLINE_HINT SizeType Add(ElementType &&Item)
Definition Array.h:2696
SizeType AddZeroed()
Definition Array.h:2755
SizeType Insert(std::initializer_list< ElementType > InitList, const SizeType InIndex)
Definition Array.h:1875
Definition Children.h:461
Definition SharedPointer.h:153
Definition SharedPointer.h:1295
Definition SResponsiveGridPanel.h:21
Type
Definition SResponsiveGridPanel.h:23
@ LargeDevice
Definition SResponsiveGridPanel.h:27
@ MediumDevice
Definition SResponsiveGridPanel.h:26
@ Mobile
Definition SResponsiveGridPanel.h:24
@ Tablet
Definition SResponsiveGridPanel.h:25
U16 Index
Definition radfft.cpp:71
static SLATECORE_API const EVisibility SelfHitTestInvisible
Definition Visibility.h:26
Definition UnrealMathUtility.h:270