Navigation
Unreal Engine C++ API Reference > 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
&40;
UParticleModuleTypeDataBase &42; TypeData
&41;
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 |