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