Choose your operating system:
Windows
macOS
Linux
| FSlateControlledConstruction | ||||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUILayout/Source/CommonUILayout/Public/SCommonUILayoutPanel.h |
Include |
#include "SCommonUILayoutPanel.h" |
class SCommonUILayoutPanel : public SPanel
Name | Description | |
---|---|---|
|
SCommonUILayoutPanel() |
Name | Description | |
---|---|---|
|
~SCommonUILayoutPanel() |
Name | Description | ||
---|---|---|---|
|
ClearChildren() |
||
|
Construct ( |
||
|
FindUniqueIDForWidget ( |
||
|
TWeakObjectP... |
FindUserWidgetWithUniqueID ( |
|
|
RefreshChildren ( |
||
|
SetRootLayout ( |
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. |
|
|
OnPaint ( |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Name |
Description |
|
---|---|---|
|
FArguments |