IPropertyHandle::SetOnChildPropertyValuePreChange

Sets a delegate to call when the value of the property of a child 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 SetOnChildPropertyValuePreChange
(
    const FSimpleDelegate & InOnChildPropertyValuePreChange
)

Remarks

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

Parameters

Parameter

Description

InOnChildPropertyValuePreChange

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