FWidgetCompilerOptions

Windows
MacOS
Linux

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/UMGEditorProjectSettings.h

Include

#include "UMGEditorProjectSettings.h"

Syntax

struct FWidgetCompilerOptions

Variables

Name Description

Public variable

bool

 

bAllowBlueprintPaint

If you disable this, these widgets these compiler options apply to will not be allowed to implement Paint.

Public variable

bool

 

bAllowBlueprintTick

If you disable this, these widgets these compiler options apply to will not be allowed to implement Tick.

Public variable

bool

 

bCookSlowConstructionWidgetTree

As a precaution, the slow construction widget tree is cooked in case some non-fast construct widget needs it.

Public variable

bool

 

bWidgetSupportsDynamicCreation

By default all widgets can be dynamically created.

Public variable

EPropertyBindin...

 

PropertyBindingRule

Controls if you allow property bindings in widgets.

Public variable

TArray< TSoftCl...

 

Rules

Custom rules.

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