UNiagaraGraph::GetFunctionAliasByContext

If this graph is the source of a function call, it can add a string to the function name to discern it from different function calls to the same graph.

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

FString GetFunctionAliasByContext
(
    const FNiagaraGraphFunctionAliasContext & FunctionAliasContext
)

Remarks

If this graph is the source of a function call, it can add a string to the function name to discern it from different function calls to the same graph. For example, if the graph contains static switches and two functions call it with different switch parameters, the final function names in the hlsl must be different.

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