Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h |
Include |
#include "Widgets/Layout/SUniformGridPanel.h" |
class SUniformGridPanel : public SPanel
A panel that evenly divides up available space between all of its children.
Name | Description | |
---|---|---|
|
SUniformGridPanel() |
Name | Description | ||
---|---|---|---|
|
FScopedWidge... |
AddSlot |
Dynamically add a new slot to the UI at specified Column and Row. |
|
ClearChildren() |
Removes all slots from the panel |
|
|
Construct ( |
||
|
RemoveSlot ( |
Removes a slot from this panel which contains the specified SWidget |
|
|
SetMinDesiredSlotHeight ( |
See MinDesiredSlotHeight attribute |
|
|
SetMinDesiredSlotWidth ( |
See MinDesiredSlotWidth attribute |
|
|
SetSlotPadding ( |
See SlotPadding attribute |
|
|
FSlot::FSlot... |
Slot |
Used by declarative syntax to create a Slot in the specified Column, Row. |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. |
|
|
FChildren &#... |
GetChildren() |
All widgets must provide a way to access their children in a layout-agnostic way. |
|
OnArrangeChildren ( |
Panels arrange their children in a space described by the AllottedGeometry parameter. |
Name |
Description |
|
---|---|---|
|
FArguments |
|
|
FSlot |
Stores the per-child info for this panel type |
Name |
Description |
---|---|
FScopedWidgetSlotArguments |