Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraMeshPivotOffsetSpace |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraMeshRendererMeshProperties.h |
| Include Path |
#include "NiagaraMeshRendererMeshProperties.h" |
Syntax
enum ENiagaraMeshPivotOffsetSpace
{
Mesh,
Simulation,
World,
Local,
}
Values
| Name |
Remarks |
| 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 |