Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Orbit > API/Runtime/Engine/Particles/Orbit/UParticleModuleOrbit
Syntax
TEnumAsByte< enum EOrbitChainMode > ChainMode
Remarks
Orbit modules will chain together in the order they appear in the module stack. The combination of a module with the one prior to it is defined by using one of the following enumerations: EOChainMode_Add Add the values to the previous results EOChainMode_Scale Multiply the values by the previous results EOChainMode_Link 'Break' the chain and apply the values from the previous results