Choose your operating system:
Windows
macOS
Linux
| UParticleModule::Update()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h |
Include |
#include "Particles/Orbit/ParticleModuleOrbit.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Orbit.cpp |
virtual void Update
(
FParticleEmitterInstance * Owner,
int32 Offset,
float DeltaTime
)
Called on a particle that is being updated by its emitter.
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. |