Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Velocity > API/Runtime/Engine/Particles/Velocity/UParticleModuleVelocityOverLifet-
- UParticleModule::Update()
- UParticleModuleVelocityOverLifetime::Update()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityOverLifetime.h |
| Include | #include "Particles/Velocity/ParticleModuleVelocityOverLifetime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Velocity.cpp |
virtual void Update
(
FParticleEmitterInstance * Owner,
int32 Offset,
float DeltaTime
)
Remarks
Called on a particle that is being updated by its emitter.
Parameters
| Name | Description |
|---|---|
| Owner | The FParticleEmitterInstance that 'owns' the particle. |
| Offset | The modules offset into the data payload of the particle. |
| DeltaTime | The time since the last update. |