IPropertyHandle::SetOnPropertyResetToDefault

Sets a delegate to call when the property is reset to default

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

void SetOnPropertyResetToDefault
(
    const FSimpleDelegate & InOnPropertyResetToDefault
)

Remarks

Sets a delegate to call when the property is reset to default

Parameters

Parameter

Description

InOnPropertyResetToDefault

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