unreal.ParticleAxisLock

class unreal.ParticleAxisLock

Bases: EnumBase

Flags indicating lock

C++ Source:

  • Module: Engine

  • File: ParticleModuleOrientationAxisLock.h

EPAL_NEGATIVE_X: ParticleAxisLock

Lock the sprite facing towards the negative X-axis

Type:

4

EPAL_NEGATIVE_Y: ParticleAxisLock

Lock the sprite facing towards the negative Y-axis

Type:

5

EPAL_NEGATIVE_Z: ParticleAxisLock

Lock the sprite facing towards the negative Z-axis

Type:

6

EPAL_NONE: ParticleAxisLock

No locking to an axis…

Type:

0

EPAL_ROTATE_X: ParticleAxisLock

Lock the sprite rotation on the X-axis

Type:

7

EPAL_ROTATE_Y: ParticleAxisLock

Lock the sprite rotation on the Y-axis

Type:

8

EPAL_ROTATE_Z: ParticleAxisLock

Lock the sprite rotation on the Z-axis

Type:

9

EPAL_X: ParticleAxisLock

Lock the sprite facing towards the positive X-axis

Type:

1

EPAL_Y: ParticleAxisLock

Lock the sprite facing towards the positive Y-axis

Type:

2

EPAL_Z: ParticleAxisLock

Lock the sprite facing towards the positive Z-axis

Type:

3