FParticleEmitterInstance::KillParticle

Kill the particle at the given instance

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp

Syntax

virtual void KillParticle
(
    int32 Index
)

Remarks

Kill the particle at the given instance

Parameters

Parameter

Description

Index

The index of the particle to kill.