EPropertyAccessChangeNotifyMode

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyAccessUtil.h

Include

#include "UObject/PropertyAccessUtil.h"

Syntax

enum EPropertyAccessChangeNotifyMode
{
    Default,
    Never,
    Always,
}

Values

Name

Description

Default

Notify only when a value change has actually occurred

Never

Never notify that a value change has occurred

Always

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

Remarks

Enum controlling when to emit property change notifications when setting a property value. @note Mirrored in NoExportTypes.h for UHT.

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