FParticleEmitterInstance::GetParticleDirectIndex

Get the physical index of the particle at the given index (ie, the contents of ParticleIndices[InIndex])

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "ParticleEmitterInstances.h"

Syntax

int32 GetParticleDirectIndex
(
    int32 InIndex
)

Remarks

Get the physical index of the particle at the given index (ie, the contents of ParticleIndices[InIndex])

Returns

int32 The direct index of the particle

Parameters

Parameter

Description

InIndex

The index of the particle of interest