FPropertyAccessChangeNotify

Information needed 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

struct FPropertyAccessChangeNotify

Remarks

Information needed to emit property change notifications when setting a property value.

Variables

Name Description

Public variable

UObject *

 

ChangedObject

The object that is being changed

Public variable

FEditPropertyCh...

 

ChangedPropertyChain

The chain of properties that are being changed

Public variable

EPropertyChange...

 

ChangeType

The kind of change that occurred

Public variable

EPropertyAccess...

 

NotifyMode

When to emit property change notifications

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