UParticleSystem::ToggleSoloing

Toggle the bIsSoloing flag on the given emitter.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

bool ToggleSoloing
(
    class UParticleEmitter * InEmitter
)

Remarks

Toggle the bIsSoloing flag on the given emitter.

Returns

bool true if ANY emitters are set to soloing, false if none are.

Parameters

Parameter

Description

InEmitter

The emitter to toggle.