Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FParticleEmitterInstance
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
Include | #include "ParticleEmitterInstances.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp |
virtual FBaseParticle &42; GetParticle
&40;
int32 Index
&41;
Remarks
Retrieve the particle at the given index FBaseParticle* The pointer to the particle. NULL if not present/active
Parameters
Name | Description |
---|---|
Index | The index of the particle of interest |