UParticleEmitter::GetParametersUtilized

Retrieve the parameters associated with this particle system.

Choose your operating 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