FOnFinishedChangingProperties

A delegate which is called after properties have been edited and PostEditChange has been called on all objects.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_OneParam< void, const FPropertyChangedEvent & > FOnFinishedChangingProperties

References

Module

PropertyEditor

Header

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

Include

#include "PropertyEditorDelegates.h"

Remarks

A delegate which is called after properties have been edited and PostEditChange has been called on all objects. This can be used to safely make changes to data that the details panel is observing instead of during PostEditChange (which is unsafe)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss