UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPropertyAccessChangeNotify Struct Reference

#include <PropertyAccessUtil.h>

Public Attributes

EPropertyChangeType::Type ChangeType = EPropertyChangeType::Unspecified
 
UObjectChangedObject = nullptr
 
FEditPropertyChain ChangedPropertyChain
 
EPropertyAccessChangeNotifyMode NotifyMode = EPropertyAccessChangeNotifyMode::Default
 

Detailed Description

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

Member Data Documentation

◆ ChangedObject

UObject* FPropertyAccessChangeNotify::ChangedObject = nullptr

The object that is being changed

◆ ChangedPropertyChain

FEditPropertyChain FPropertyAccessChangeNotify::ChangedPropertyChain

The chain of properties that are being changed

◆ ChangeType

EPropertyChangeType::Type FPropertyAccessChangeNotify::ChangeType = EPropertyChangeType::Unspecified

The kind of change that occurred

◆ NotifyMode

When to emit property change notifications


The documentation for this struct was generated from the following file: