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 FNiagaraMeshRendererMeshProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UStaticMesh > | Mesh | The mesh to use when rendering this slot | |
| FNiagaraParameterBinding | MeshParameterBinding | Binding to supported mesh types. | |
| FVector | PivotOffset | Offset of the mesh pivot | |
| ENiagaraMeshPivotOffsetSpace | PivotOffsetSpace | What space is the pivot offset in? | |
| FRotator | Rotation | Rotation of the mesh | |
| FVector | Scale | Scale of the mesh |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Is the renderable mesh potentially valid or not. | ||
| FNiagaraRenderableMeshPtr | ResolveRenderableMesh
(
const FNiagaraEmitterInstance* EmitterInstance |
Resolve renderable mesh. |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraUserParameterBinding | UserParamBinding_DEPRECATED |