FNiagaraEventScriptPropertiesCustomization::PostUndo

Signal that client should run any PostUndo code

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEditorUndoClient::PostUndo()

FNiagaraEventScriptPropertiesCustomization::PostUndo()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Customizations/NiagaraEventScriptPropertiesCustomization.h

Include

#include "Customizations/NiagaraEventScriptPropertiesCustomization.h"

Source

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