unreal.NiagaraMeshPivotOffsetSpace

class unreal.NiagaraMeshPivotOffsetSpace

Bases: unreal.EnumBase

ENiagara Mesh Pivot Offset Space

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraMeshRendererProperties.h

LOCAL

The pivot offset is in the emitter’s local space

Type

3

MESH

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

Type

0

SIMULATION

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

The pivot offset is in world space

Type

2