unreal.OrbitChainMode¶
- class unreal.OrbitChainMode¶
Bases:
EnumBaseEOrbit Chain Mode
C++ Source:
Module: Engine
File: ParticleModuleOrbit.h
- EO_CHAIN_MODE_ADD: OrbitChainMode = Ellipsis¶
Add the module values to the previous results
- Type:
0
- EO_CHAIN_MODE_LINK: OrbitChainMode = Ellipsis¶
‘Break’ the chain and apply the values from the previous results
- Type:
2
- EO_CHAIN_MODE_SCALE: OrbitChainMode = Ellipsis¶
Multiply the module values by the previous results
- Type:
1