Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRendererProperties.h |
| Include | #include "NiagaraRendererProperties.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraRendererMaterialParameters
Remarks
Parameters to apply to the material, these are both constant and dynamic bindings Having any bindings set will cause a MID to be generated
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FNiagaraMaterialAttributeBinding > | AttributeBindings | ||
| TArray< FNiagaraRendererMaterialScalarParameter > | ScalarParameters | ||
| TArray< FNiagaraRendererMaterialStaticBoolParameter > | StaticBoolParameters | ||
| TArray< FNiagaraRendererMaterialTextureParameter > | TextureParameters | ||
| TArray< FNiagaraRendererMaterialVectorParameter > | VectorParameters |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetFeedback
(
TArrayView< UMaterialInterface* > Materials, |
||
| bool | |||
| void | RemoveVariable
(
const FNiagaraVariableBase& OldVariable, |
||
| void | RenameVariable
(
const FNiagaraVariableBase& OldVariable, |