Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraMeshRendererProperties.h |
| Include | #include "NiagaraMeshRendererProperties.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraMeshMaterialOverride
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMaterialInterface > | ExplicitMat | Use this UMaterialInterface if set to a valid value. | |
| FNiagaraUserParameterBinding | UserParamBinding | Use the UMaterialInterface bound to this user variable if it is set to a valid value. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Used to upgrade a serialized FNiagaraParameterStore property to our own struct |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FNiagaraMeshMaterialOverride& Other |