Choose your operating system:
Windows
macOS
Linux
| UParticleModule::RequiredBytes()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h |
Include |
#include "Particles/SubUV/ParticleModuleSubUVMovie.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
virtual uint32 RequiredBytes
(
UParticleModuleTypeDataBase * TypeData
)
Returns the number of bytes that the module requires in the particle payload block.
uint32 The number of bytes the module needs per particle.
Parameter |
Description |
---|---|
TypeData |
The UParticleModuleTypeDataBase for the emitter that contains this module |