FNiagaraScriptViewModel::PostUndo

Signal that client should run any PostUndo code

Windows
MacOS
Linux

Override Hierarchy

FEditorUndoClient::PostUndo()

FNiagaraScriptViewModel::PostUndo()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraScriptViewModel.h

Include

#include "ViewModels/NiagaraScriptViewModel.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraScriptViewModel.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

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