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