Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
void SetOnPropertyValueChangedWithData
(
const TDelegate< void(const FPropertyChangedEvent &)> & InOnPropertyValueChanged
)
Remarks
Sets a delegate to call when the value of the property is changed including the property changed event as parameter
Parameters
| Name | Description |
|---|---|
| InOnPropertyValueChanged | The delegate to call. Needs to be of type void with a const FPropertyChangedEvent& parameter |