Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/INiagaraCompiler.h |
| Include | #include "INiagaraCompiler.h" |
Syntax
class FHlslNiagaraTranslatorOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisableDebugSwitches | Should we disable debug switches during translation. | |
| bool | bParameterRapidIteration | Whether or not to treat top-level module variables as external values for rapid iteration without need for compilation. | |
| TArray< FString > | InstanceParameterNamespaces | Any parameters in these namespaces will be pulled from an "InstanceParameters" dataset rather than from the uniform table. | |
| TArray< FNiagaraVariable > | OverrideModuleConstants | Whether or not to override top-level module variables with values from the constant override table. | |
| ENiagaraSimTarget | SimTarget |