Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPanelWidget
- UGridPanel
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/GridPanel.h |
| Include | #include "Components/GridPanel.h" |
Syntax
class UGridPanel : public UPanelWidget
Remarks
A table-like panel that retains the width of every column throughout the table.
- Many Children
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< float > | ColumnFill | The column fill rules | |
| TSharedPtr< SGridPanel > | MyGridPanel | ||
| TArray< float > | RowFill | The row fill rules |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGridPanel
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGridSlot * | AddChildToGrid
(
UWidget* Content, |
||
| void | SetColumnFill
(
int32 ColumnIndex, |
||
| void | SetRowFill
(
int32 RowIndex, |
Overridden from UPanelWidget
| Type | Name | Description | |
|---|---|---|---|
| UClass * | GetSlotClass () |
UPanelWidget. | |
| void | OnSlotAdded
(
UPanelSlot* Slot |
||
| void | OnSlotRemoved
(
UPanelSlot* Slot |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget | ||
| TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. | ||
| void | Applies all properties to the native widget if possible. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |