Navigation
API > API/Runtime > API/Runtime/CoreUObject
Enum controlling when to emit property change notifications when setting a property value.
Mirrored in NoExportTypes.h for UHT.
| Name | EPropertyAccessChangeNotifyMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyAccessUtil.h |
| Include Path | #include "UObject/PropertyAccessUtil.h" |
Syntax
enum EPropertyAccessChangeNotifyMode
{
Default,
Never,
Always,
}
Values
| Name | Remarks |
|---|---|
| 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 |