Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SResponsiveGridPanel
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SResponsiveGridPanel.h |
| Include | #include "Widgets/Layout/SResponsiveGridPanel.h" |
Syntax
class SResponsiveGridPanel : public SPanel
Remarks
!!!!!!!!!!!!!!!!! EXPERIMENTAL !!!!!!!!!!!!!!!!! The SResponsiveGridPanel is still in development and the API may change drastically in the future or maybe removed entirely.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| !!!!!!!!!!!!!!!!! EXPERIMENTAL !!!!!!!!!!!!!!!!! The SResponsiveGridPanel is still in development and the API may change drastically in the future or maybe removed entirely. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FScopedWidgetSlotArguments | AddSlot
(
int32 Row |
||
| void | Removes all rows from the panel | ||
| void | Construct
(
const FArguments& InArgs, |
||
| bool | RemoveSlot
(
const TSharedRef< SWidget >& SlotWidget |
||
| void | SetRowFill
(
int32 RowId, |
||
| FSlot::FSlotArguments | Slot
(
int32 Row |
Used by declarative syntax to create a Slot | |
| const FSlateWidgetClassData & |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | CacheDesiredSize
(
float InLayoutScaleMultiplier |
The system calls this method. | |
| FVector2D | ComputeDesiredSize
(
float |
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. | |
| void | OnArrangeChildren
(
const FGeometry& AllottedGeometry, |
Panels arrange their children in a space described by the AllottedGeometry parameter. | |
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Overridden from FSlateControlledConstruction
| Type | Name | Description | |
|---|---|---|---|
| const FSlateWidgetClassData & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FSlot |
Typedefs
| Name | Description |
|---|---|
| FScopedWidgetSlotArguments | |
| PrivateParentType | |
| PrivateThisType | |
| Super | |
| ThisClass |