Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Event > UParticleModuleEventGenerator
- UParticleModule::PrepPerInstanceBlock()
- UParticleModuleEventGenerator::PrepPerInstanceBlock()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventGenerator.h |
Include | #include "Particles/Event/ParticleModuleEventGenerator.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Event.cpp |
virtual uint32 PrepPerInstanceBlock
&40;
FParticleEmitterInstance &42; Owner,
void &42; InstData
&41;
Remarks
Allows the module to prep its 'per-instance' data block.
Parameters
Name | Description |
---|---|
Owner | The FParticleEmitterInstance that 'owns' the particle. |
InstData | Pointer to the data block for this module. |