Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
Include |
#include "Particles/ParticleModule.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual uint32 PrepPerInstanceBlock
(
FParticleEmitterInstance * Owner,
void * InstData
)
Allows the module to prep its 'per-instance' data block.
Parameter |
Description |
---|---|
Owner |
The FParticleEmitterInstance that 'owns' the particle. |
InstData |
Pointer to the data block for this module. |