Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Velocity > UParticleModuleVelocityCone
- UParticleModule::Spawn()
- UParticleModuleVelocityCone::Spawn()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityCone.h |
Include | #include "Particles/Velocity/ParticleModuleVelocityCone.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Velocity.cpp |
virtual void Spawn
&40;
FParticleEmitterInstance &42; Owner,
int32 Offset,
float SpawnTime,
FBaseParticle &42; ParticleBase
&41;
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. |