EPropertyBindingPermissionLevel

Controls the level of support you want to have for widget property binding.

Windows
MacOS
Linux

References

Module

UMGEditor

Header

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

Include

#include "UMGEditorProjectSettings.h"

Syntax

enum EPropertyBindingPermissionLevel
{
    Allow,
    Prevent,
    PreventAndWarn,
    PreventAndError,
}

Values

Name

Description

Allow

Freely allow the use of property binding.

Prevent

Prevent any new property binding, will still allow you to edit widgets with property binding, but the buttons will be missing on all existing widgets that don't have bindings.

PreventAndWarn

Prevent any new property binding, and warn when compiling any existing bindings.

PreventAndError

Prevent any new property binding, and error when compiling any existing bindings.

Remarks

Controls the level of support you want to have for widget property binding.

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