UFractureEditorMode::PostUndo

Signal that client should run any PostUndo code

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEditorUndoClient::PostUndo()

UFractureEditorMode::PostUndo()

References

Module

FractureEditor

Header

/Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureEditorMode.h

Include

#include "FractureEditorMode.h"

Source

/Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Private/FractureEditorMode.cpp

Syntax

virtual void PostUndo
(
    bool bSuccess
)

Remarks

Signal that client should run any PostUndo code

Parameters

Parameter

Description

bSuccess

If true than undo succeeded, false if undo failed