Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Event > API/Runtime/Engine/Particles/Event/UParticleModuleEventGenerator
- UParticleModule::RequiredBytes()
- UParticleModuleEventGenerator::RequiredBytes()
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 RequiredBytes
(
UParticleModuleTypeDataBase * TypeData
)
Remarks
Returns the number of bytes that the module requires in the particle payload block. uint32 The number of bytes the module needs per particle.
Parameters
Name | Description |
---|---|
TypeData | The UParticleModuleTypeDataBase for the emitter that contains this module |