UParticleModuleParameterDynamic::GetParameterValue_UserSet

Retrieve the value for the parameter at the given index.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Parameter/ParticleModuleParameterDynamic.h

Include

#include "Particles/Parameter/ParticleModuleParameterDynamic.h"

Syntax

float GetParameterValue_UserSet
(
    FEmitterDynamicParameter & InDynParams,
    FBaseParticle & Particle,
    FParticleEmitterInstance * Owner,
    struct FRandomStream * InRandomStream
)

Remarks

Retrieve the value for the parameter at the given index.

Returns

float The value for the parameter.

Parameters

Parameter

Description

InDynParams

The FEmitterDynamicParameter to fetch the value for

Particle

The particle we are getting the value for.

Owner

The FParticleEmitterInstance owner of the particle.

InRandomStream

The random stream to use when retrieving the value

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