Navigation
API > API/Plugins > API/Plugins/CommonUI
References
| |
|
| Module |
CommonUI |
| Header |
/Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUIUtils.h |
| Include |
#include "CommonUIUtils.h" |
Syntax
namespace CommonUIUtils
{
enum ECollisionPolicy
{
Allow,
Require,
Forbid,
}
}
Values
| Name |
Description |
| Allow |
Widgets in a switcher may occupy different slots of the switcher |
| Require |
Widgets in a switcher must occupy the same slot of the switcher |
| Forbid |
Widgets in a switcher must occupy different slots of the switcher |