Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUILayout/Source/CommonUILayout/Public/CommonUILayout.h |
Include |
#include "CommonUILayout.h" |
USTRUCT()
struct FCommonUILayoutWidgetUnallowed
Name | Description | ||
---|---|---|---|
|
bIncludeAll |
Will unallow all widget matching this class regardless of their unique ID usage. |
|
|
bUseUniqueID |
Flag to use the unique ID system. |
|
|
UniqueID |
Will only unallow the widget using this unique ID & class. |
|
|
TSoftClassPtr< ... |
Widget |
Widget to unallow. |