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
enum ENiagaraMeshPivotOffsetSpace
&123;
Mesh,
Simulation,
World,
Local,
&125;
Values
| Name | Description |
|---|---|
| Mesh | The pivot offset is in the mesh's local space (default) |
| Simulation | The pivot offset is in the emitter's local space if the emitter is marked as local-space, or in world space otherwise |
| World | The pivot offset is in world space |
| Local | The pivot offset is in the emitter's local space |