Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Location > API/Runtime/Engine/Particles/Location/UParticleModuleLocationBoneSocke-
- UParticleModule::PrepPerInstanceBlock()
- UParticleModuleLocationBoneSocket::PrepPerInstanceBlock()
References
| Module | Engine |
| 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
)
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. |