Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Orbit
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h |
| Include | #include "Particles/Orbit/ParticleModuleOrbit.h" |
Syntax
USTRUCT ()
struct FOrbitOptions
Remarks
Container struct for holding options on the data updating for the module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bProcessDuringSpawn | Whether to process the data during spawning. | |
| uint32: 1 | bProcessDuringUpdate | Whether to process the data during updating. | |
| uint32: 1 | bUseEmitterTime | Whether to use emitter time during data retrieval. |
Constructors
| Type | Name | Description | |
|---|---|---|---|