ChainMode

Orbit modules will chain together in the order they appear in the module stack.

Choose your operating system:

Windows

macOS

Linux

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