UNiagaraGraph::GetBaseId

Gets the current base id associated with the output node traversal specified by InUsage and InUsageId.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraGraph.h"

Source

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

Syntax

FGuid GetBaseId
(
    ENiagaraScriptUsage InUsage,
    const FGuid & InUsageId
) const

Remarks

Gets the current base id associated with the output node traversal specified by InUsage and InUsageId. If the usage is not found, an invalid guid is returned.

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