Choose your operating system:
Windows
macOS
Linux
| UParticleModule::FinalUpdate()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleSourceMovement.h |
Include |
#include "Particles/Location/ParticleModuleSourceMovement.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual void FinalUpdate
(
FParticleEmitterInstance * Owner,
int32 Offset,
float DeltaTime
)
Called on an emitter when all other update operations have taken place INCLUDING bounding box cacluations!
Parameter |
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. |