Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | FNiagaraGraphFunctionAliasContext |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include Path | #include "NiagaraGraph.h" |
Syntax
struct FNiagaraGraphFunctionAliasContext
Structs
| Name | Remarks |
|---|---|
| FStaticSwitchVariable |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompileUsage | ENiagaraScriptUsage | The usage as defined in the compilation request (same for all translation stages) | NiagaraGraph.h | |
| ScriptUsage | ENiagaraScriptUsage | The usage as defined in the current translation stage | NiagaraGraph.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompilerStaticSwitchVariables | TArray< FStaticSwitchVariable > | NiagaraGraph.h | ||
| PermutationIdentifiers | TMap< FName, FString > | The set of identifiers from internal graph nodes that permute the function | NiagaraGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPendingStaticSwitchVariable
(
const FNiagaraVariable& Variable, |
NiagaraGraph.h | ||
void AddPermutationIdentifier
(
const FName& Name, |
NiagaraGraph.h | ||
void AppendPermutationString
(
FStringBuilderBase& StringBuilder |
NiagaraGraph.h | ||
TConstArrayView< FStaticSwitchVariable > ReadPendingStaticSwitchVariables() |
NiagaraGraph.h |