UParticleEmitter::GetParametersUtilized

Retrieve the parameters associated with this particle system.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h

Include

#include "Particles/ParticleEmitter.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp

Syntax

void GetParametersUtilized
(
    TArray< FString > & ParticleSysParamList,
    TArray< FString > & ParticleParameterList
)

Remarks

Retrieve the parameters associated with this particle system.

Parameters

Parameter

Description

ParticleSysParamList

The list of FParticleSysParams used in the system

ParticleParameterList

The list of ParticleParameter distributions used in the system

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