Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FParticleEmitterInstance
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h |
| Include | #include "ParticleEmitterInstances.h" |
int32 GetParticleDirectIndex
&40;
int32 InIndex
&41;
Remarks
Get the physical index of the particle at the given index (ie, the contents of ParticleIndices[InIndex]) int32 The direct index of the particle
Parameters
| Name | Description |
|---|---|
| InIndex | The index of the particle of interest |