IPropertyHandle::NotifyPostChange

Called to manually notify root objects that this property has changed This does not need to be called when SetValue functions are used since it will be called automatically

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

void NotifyPostChange
(
    EPropertyChangeType::Type ChangeType
)

Remarks

Called to manually notify root objects that this property has changed This does not need to be called when SetValue functions are used since it will be called automatically

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