unreal.NiagaraMeshLockedAxisSpace

class unreal.NiagaraMeshLockedAxisSpace

Bases: unreal.EnumBase

ENiagara Mesh Locked Axis Space

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraMeshRendererProperties.h

LOCAL

The locked axis is in the emitter’s local space

Type

2

SIMULATION

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

Type

0

WORLD

The locked axis is in world space

Type

1