unreal.ParticleSourceSelectionMethod
¶
- class unreal.ParticleSourceSelectionMethod¶
Bases:
unreal.EnumBase
Particle Selection Method, for any emitters that utilize particles as the source points.
C++ Source:
Module: Engine
File: ParticleModule.h
- EPSSM_RANDOM¶
Random - select a particle at random
- Type
0
- EPSSM_SEQUENTIAL¶
Sequential - select a particle in order
- Type
1