EParticleSystemInsignificanceReaction

Determines what a particle system will do when all of it's emitters become insignificant.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleHelper.h

Include

#include "ParticleHelper.h"

Syntax

enum EParticleSystemInsignificanceReaction
{
    Auto,
    Complete,
    DisableTick,
    DisableTickAndKill,
    Num,
}

Values

Name

Description

Auto

Looping systems will DisableTick. Non-looping systems will Complete.

Complete

The system will be considered complete and will auto destroy if desired etc.

DisableTick

The system will simply stop ticking.

DisableTickAndKill

As DisableTick but will also kill all particles.

Num

Remarks

Determines what a particle system will do when all of it's emitters become insignificant.

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