EOrbitChainMode

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h

Include

#include "Particles/Orbit/ParticleModuleOrbit.h"

Syntax

enum EOrbitChainMode
{
    EOChainMode_Add,
    EOChainMode_Scale,
    EOChainMode_Link,
    EOChainMode_MAX,
}

Values

Name

Description

EOChainMode_Add

Add the module values to the previous results

EOChainMode_Scale

Multiply the module values by the previous results

EOChainMode_Link

'Break' the chain and apply the values from the previous results

EOChainMode_MAX

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss