CommonUIUtils::ECollisionPolicy

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss