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