Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Lifetime > API/Runtime/Engine/Particles/Lifetime/UParticleModuleLifetime_Seeded
- UParticleModuleLifetimeBase::GetLifetimeValue()
- UParticleModuleLifetime::GetLifetimeValue()
- UParticleModuleLifetime_Seeded::GetLifetimeValue()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime_Seeded.h |
| Include | #include "Particles/Lifetime/ParticleModuleLifetime_Seeded.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual float GetLifetimeValue
(
FParticleEmitterInstance * Owner,
float InTime,
UObject * Data
)
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 |