IPropertyHandle::SetOnPropertyValueChanged

Sets a delegate to call when the value of the property is changed

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

void SetOnPropertyValueChanged
(
    const FSimpleDelegate & InOnPropertyValueChanged
)

Remarks

Sets a delegate to call when the value of the property is changed

Parameters

Parameter

Description

InOnPropertyValueChanged

The delegate to call

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