FParticleEmitterInstance::GetParticleDirectIndex

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

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

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