unreal.OrbitChainMode

class unreal.OrbitChainMode

Bases: unreal.EnumBase

EOrbit Chain Mode

C++ Source:

  • Module: Engine

  • File: ParticleModuleOrbit.h

EO_CHAIN_MODE_ADD

Add the module values to the previous results

Type

0

‘Break’ the chain and apply the values from the previous results

Type

2

EO_CHAIN_MODE_SCALE

Multiply the module values by the previous results

Type

1