UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOrbitOptions Struct Reference

#include <ParticleModuleOrbit.h>

Public Member Functions

 FOrbitOptions ()
 

Public Attributes

uint32 bProcessDuringSpawn:1
 
uint32 bProcessDuringUpdate:1
 
uint32 bUseEmitterTime:1
 

Detailed Description

Container struct for holding options on the data updating for the module.

Constructor & Destructor Documentation

◆ FOrbitOptions()

FOrbitOptions::FOrbitOptions ( )
inline

Member Data Documentation

◆ bProcessDuringSpawn

uint32 FOrbitOptions::bProcessDuringSpawn

Whether to process the data during spawning.

◆ bProcessDuringUpdate

uint32 FOrbitOptions::bProcessDuringUpdate

Whether to process the data during updating.

◆ bUseEmitterTime

uint32 FOrbitOptions::bUseEmitterTime

Whether to use emitter time during data retrieval.


The documentation for this struct was generated from the following file: