FNiagaraStackGraphUtilities::GatherRenamedStackFunctionOutputVariableNames

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackGraphUtilities.h

Include

#include "ViewModels/Stack/NiagaraStackGraphUtilities.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/Stack/NiagaraStackGraphUtilities.cpp

Syntax

namespace FNiagaraStackGraphUtilities
{
    void FNiagaraStackGraphUtilities::GatherRenamedStackFunctionOutputVariableNames
    (
        UNiagaraEmitter * Emitter,
        UNiagaraNodeFunctionCall & FunctionCallNode,
        const FString & OldFunctionName,
        const FString & NewFunctionName,
        TMap< FName, FName > & OutOldToNewNameMap
    )
}

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