unreal.NiagaraMeshPivotOffsetSpace

class unreal.NiagaraMeshPivotOffsetSpace

Bases: EnumBase

ENiagara Mesh Pivot Offset Space

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraMeshRendererProperties.h

LOCAL: NiagaraMeshPivotOffsetSpace

The pivot offset is in the emitter’s local space

Type:

3

MESH: NiagaraMeshPivotOffsetSpace

The pivot offset is in the mesh’s local space (default)

Type:

0

SIMULATION: NiagaraMeshPivotOffsetSpace

The pivot offset is in the emitter’s local space if the emitter is marked as local-space, or in world space otherwise

Type:

1

WORLD: NiagaraMeshPivotOffsetSpace

The pivot offset is in world space

Type:

2