Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUILayout/Source/CommonUILayout/Public/CommonUILayout.h |
Include |
#include "CommonUILayout.h" |
USTRUCT()
struct FCommonUILayoutWidget
Name | Description | ||
---|---|---|---|
|
bIsUnique |
Flag to use the unique ID system. |
|
|
bUseSafeZone |
Is this widget using the safe zone? |
|
|
CustomZOrder |
Custom z order used to draw this widget. |
|
|
LayoutConstraints |
List of layout constraints to apply to this widget when putting it on screen. |
|
|
UniqueID |
Unique id is used to make this widget a separate instance from other widget of the same class. |
|
|
TSoftClassPtr< ... |
Widget |
Widget to allow on screen. |
|
ZOrder |
Z order used to draw this widget. |