UParticleSystem::ToggleSoloing

Toggle the bIsSoloing flag on the given emitter.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss