unreal.PropertyAccessChangeNotifyMode

class unreal.PropertyAccessChangeNotifyMode

Bases: EnumBase

Enum controlling when to emit property change notifications when setting a property value.

C++ Source:

  • Module: CoreUObject

  • File: PropertyAccessUtil.h

ALWAYS: PropertyAccessChangeNotifyMode = Ellipsis

Always notify that a value change has occurred, even if the value is unchanged

Type:

2

DEFAULT: PropertyAccessChangeNotifyMode = Ellipsis

Notify only when a value change has actually occurred

Type:

0

NEVER: PropertyAccessChangeNotifyMode = Ellipsis

Never notify that a value change has occurred

Type:

1