Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Camera > UParticleModuleCameraOffset
- UParticleModule::RequiredBytes()
- UParticleModuleCameraOffset::RequiredBytes()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Camera/ParticleModuleCameraOffset.h |
Include | #include "Particles/Camera/ParticleModuleCameraOffset.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Camera.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 |