FNiagaraEditorUtilities::FixUpPastedNodes

Helper to clean up copy & pasted graphs.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h

Include

#include "NiagaraEditorUtilities.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp

Syntax

namespace FNiagaraEditorUtilities
{
    void FNiagaraEditorUtilities::FixUpPastedNodes
    (
        UEdGraph * Graph,
        TSet< UEdGraphNode * > PastedNodes
    )
}

Remarks

Helper to clean up copy & pasted graphs.

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