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 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
| Name | Description |
|---|---|
| InOnChildPropertyValuePreChange | The delegate to call |