unreal.OrbitChainMode

class unreal.OrbitChainMode

Bases: EnumBase

EOrbit Chain Mode

C++ Source:

  • Module: Engine

  • File: ParticleModuleOrbit.h

EO_CHAIN_MODE_ADD: OrbitChainMode

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: OrbitChainMode

Multiply the module values by the previous results

Type:

1