Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Lifetime > UParticleModuleLifetime
- UParticleModuleLifetimeBase::GetLifetimeValue()
- UParticleModuleLifetime::GetLifetimeValue()
- UParticleModuleLifetime_Seeded::GetLifetimeValue()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime.h |
Include | #include "Particles/Lifetime/ParticleModuleLifetime.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual float GetLifetimeValue
&40;
FParticleEmitterInstance &42; Owner,
float InTime,
UObject &42; Data
&41;
Remarks
Return the lifetime value at the given time. float The Lifetime value
Parameters
Name | Description |
---|---|
Owner | The emitter instance that owns this module |
InTime | The time input for retrieving the lifetime value |
Data | The data associated with the distribution |