Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Attractor > UParticleModuleAttractorParticle
Syntax
TEnumAsByte< enum EAttractorParticleSelectionMethod > SelectionMethod
Remarks
The method to use when selecting an attractor target particle from the emitter. One of the following: Random - Randomly select a particle from the source emitter. Sequential - Select a particle using a sequential order.