unreal.NiagaraMeshPivotOffsetSpace

class unreal.NiagaraMeshPivotOffsetSpace

Bases: EnumBase

ENiagara Mesh Pivot Offset Space

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraMeshRendererMeshProperties.h

LOCAL: NiagaraMeshPivotOffsetSpace = Ellipsis

The pivot offset is in the emitter’s local space

Type:

3

MESH: NiagaraMeshPivotOffsetSpace = Ellipsis

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

Type:

0

SIMULATION: NiagaraMeshPivotOffsetSpace = Ellipsis

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 = Ellipsis

The pivot offset is in world space

Type:

2