Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorUndoClient
- FEditorUndoClient::PostUndo()
- FEditorModeTools::PostUndo()
- UUserDefinedStructEditorData::PostUndo()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorUndoClient.h |
| Include | #include "EditorUndoClient.h" |
virtual void PostUndo
(
bool bSuccess
)
Remarks
Signal that client should run any PostUndo code
Parameters
| Name | Description |
|---|---|
| bSuccess | If true than undo succeeded, false if undo failed |