Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/UniformGridPanel.h |
Include |
#include "Components/UniformGridPanel.h" |
class UUniformGridPanel : public UPanelWidget
A panel that evenly divides up available space between all of its children.
Name | Description | ||
---|---|---|---|
|
float |
MinDesiredSlotHeight |
The minimum desired height of the slots |
|
float |
MinDesiredSlotWidth |
The minimum desired width of the slots |
|
TSharedPtr< SUn... |
MyUniformGridPanel |
|
|
SlotPadding |
Padding given to each slot |
Name | Description | |
---|---|---|
|
UUniformGridPanel ( |
Name | Description | ||
---|---|---|---|
|
UUniformGrid... |
AddChildToUniformGrid |
|
|
SetMinDesiredSlotHeight ( |
||
|
SetMinDesiredSlotWidth ( |
||
|
SetSlotPadding ( |
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 ( |