Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleModule
- UParticleModule::FinalUpdate()
- UParticleModuleLocationBoneSocket::FinalUpdate()
- UParticleModuleLocationSkelVertSurface::FinalUpdate()
- UParticleModuleSourceMovement::FinalUpdate()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
Include | #include "Particles/ParticleModule.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual void FinalUpdate
(
FParticleEmitterInstance * Owner,
int32 Offset,
float DeltaTime
)
Remarks
Called on an emitter when all other update operations have taken place INCLUDING bounding box cacluations!
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. |