FParticleEmitterInstance::GetParticle

Retrieve the particle at the given index

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 FBaseParticle * GetParticle
(
    int32 Index
)

Remarks

Retrieve the particle at the given index

Returns

FBaseParticle* The pointer to the particle. NULL if not present/active

Parameters

Parameter

Description

Index

The index of the particle of interest