EWidgetDesignFlags

Flags used by the widget designer.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/Widget.h

Include

#include "Components/Widget.h"

Syntax

enum EWidgetDesignFlags
{
    None                   = 0,
    Designing              = 1 << 0,
    ShowOutline            = 1 << 1,
    ExecutePreConstruct    = 1 << 2,
}

Values

Name

Description

None

Designing

ShowOutline

ExecutePreConstruct

Remarks

Flags used by the widget designer.

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