IPropertyHandle::SetOnPropertyValuePreChange

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

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

void SetOnPropertyValuePreChange
(
    const FSimpleDelegate & InOnPropertyValuePreChange
)

Remarks

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

Parameters

Parameter

Description

InOnPropertyValuePreChange

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