Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleSystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h |
| Include | #include "Particles/ParticleSystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp |
bool ToggleSoloing
&40;
class UParticleEmitter &42; InEmitter
&41;
Remarks
Toggle the bIsSoloing flag on the given emitter. bool true if ANY emitters are set to soloing, false if none are.
Parameters
| Name | Description |
|---|---|
| InEmitter | The emitter to toggle. |