Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
class UParticleEmitter * InEmitter
)
Toggle the bIsSoloing flag on the given emitter.
bool true if ANY emitters are set to soloing, false if none are.
Parameter |
Description |
---|---|
InEmitter |
The emitter to toggle. |