Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Orbit > API/Runtime/Engine/Particles/Orbit/UParticleModuleOrbit
- UParticleModule::Spawn()
- UParticleModuleOrbit::Spawn()
References
| Module | Engine |
| 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 Spawn
(
FParticleEmitterInstance * Owner,
int32 Offset,
float SpawnTime,
FBaseParticle * ParticleBase
)
Remarks
Called on a particle that is freshly spawned by the emitter.
Parameters
| Name | Description |
|---|---|
| Owner | The FParticleEmitterInstance that spawned the particle. |
| Offset | The modules offset into the data payload of the particle. |
| SpawnTime | The time of the spawn. |