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