FParticleEmitterInstance::GetParticleDirect

Get the particle at the given direct 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 * GetParticleDirect
(
    int32 InDirectIndex
)

Remarks

Get the particle at the given direct index

Returns

FBaseParticle* The particle, if valid index was given; NULL otherwise

Parameters

Parameter

Description

InDirectIndex

The direct 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