Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include | #include "NiagaraCommon.h" |
Syntax
struct FNiagaraAliasContext
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraAliasContext
(
ERapidIterationParameterMode InRapidIterationParameterMode |
|||
FNiagaraAliasContext
(
ENiagaraScriptUsage InScriptUsage |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraAliasContext & | ChangeEmitterName
(
const FString& InOldEmitterName, |
Configures the context to replace an old emitter name namespace with a new emitter name namespace in parameter map parameters and rapid iteration parameters. | |
| FNiagaraAliasContext & | ChangeEmitterNameToEmitter
(
const FString& InEmitterName |
Configures the context to replace an emitter name namespace with the unaliased emitter namespace in parameter map parameters and rapid iteration parameters. | |
| FNiagaraAliasContext & | ChangeEmitterToEmitterName
(
const FString& InEmitterName |
Configures the context to replace the unaliased emitter namespace with an emitter name namespace in parameter map parameters and rapid iteration parameters. | |
| FNiagaraAliasContext & | ChangeModuleName
(
const FString& InOldModuleName, |
Configures the context to replace an old module name namespace with a new module name namespace in parameter map parameters and rapid iteration parameters. | |
| FNiagaraAliasContext & | ChangeModuleNameToModule
(
const FString& InModuleName |
Configures the context to replace a module name namespace with the unaliased module namespace in parameter map parameters and rapid iteration parameters. | |
| FNiagaraAliasContext & | ChangeModuleToModuleName
(
const FString& InModuleName |
Configures the context to replace the unaliased module namespace with a module name namespace in parameter map parameters and rapid iteration parameters. | |
| FNiagaraAliasContext & | ChangeStackContext
(
const FString& InStackContextName |
Configures the context to replace the stack context namespace with the specified named stack context in parameter map parameters. | |
| const TOptional< TPair< FString, FString > > & | |||
| const TOptional< FString > & | |||
| const TOptional< TPair< FString, FString > > & | |||
| const TOptional< FString > & | |||
| ERapidIterationParameterMode | |||
| const TOptional< TPair< FString, FString > > & | |||
| const TOptional< FString > & |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ERapidIterationParameterMode | Defines different modes which can be used to split rapid iteration parameter constant names. |