Navigation
API > API/Editor > API/Editor/UMGEditor
| Name | FWidgetCompilerOptions |
| Type | struct |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetEditingProjectSettings.h |
| Include Path | #include "WidgetEditingProjectSettings.h" |
Syntax
USTRUCT ()
struct FWidgetCompilerOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowBlueprintPaint | bool | If you disable this, these widgets these compiler options apply to will not be allowed to implement Paint. | WidgetEditingProjectSettings.h |
|
| bAllowBlueprintTick | bool | If you disable this, these widgets these compiler options apply to will not be allowed to implement Tick. | WidgetEditingProjectSettings.h |
|
| PropertyBindingRule | EPropertyBindingPermissionLevel | Controls if you allow property bindings in widgets. | WidgetEditingProjectSettings.h |
|
| Rules | TArray< TSoftClassPtr< UWidgetCompilerRule > > | Custom rules. | WidgetEditingProjectSettings.h |
|