Navigation
API > API/Editor > API/Editor/PropertyEditor
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)