Choose your operating system:
Windows
macOS
Linux
| UParticleModule::PrepPerInstanceBlock()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h |
Include |
#include "Particles/Location/ParticleModuleLocationBoneSocket.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Location.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. |