FParticleEmitterInstance::GetParticle

Retrieve the particle at the given index

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

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