Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EOrbitChainMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h |
| Include Path |
#include "Particles/Orbit/ParticleModuleOrbit.h" |
Syntax
enum EOrbitChainMode
{
EOChainMode_Add,
EOChainMode_Scale,
EOChainMode_Link,
EOChainMode_MAX,
}
Values
| Name |
Remarks |
| 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 |
|