Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/GridPanel.h |
Include |
#include "Components/GridPanel.h" |
class UGridPanel : public UPanelWidget
A table-like panel that retains the width of every column throughout the table.
Many Children
Name | Description | ||
---|---|---|---|
|
TArray< float > |
ColumnFill |
The column fill rules |
|
TSharedPtr< SGr... |
MyGridPanel |
|
|
TArray< float > |
RowFill |
The row fill rules |
Name | Description | |
---|---|---|
|
UGridPanel ( |
Name | Description | ||
---|---|---|---|
|
UGridSlot &#... |
AddChildToGrid |
|
|
SetColumnFill ( |
||
|
SetRowFill ( |
Name | Description | ||
---|---|---|---|
|
UClass * |
GetSlotClass() |
|
|
OnSlotAdded ( |
||
|
OnSlotRemoved ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |