UParticleModuleLight::RequiredBytes

Returns the number of bytes that the module requires in the particle payload block.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UParticleModule::RequiredBytes()

UParticleModuleLight::RequiredBytes()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Light/ParticleModuleLight.h

Include

#include "Particles/Light/ParticleModuleLight.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp

Syntax

virtual uint32 RequiredBytes
(
    UParticleModuleTypeDataBase * TypeData
)

Remarks

Returns the number of bytes that the module requires in the particle payload block.

Returns

uint32 The number of bytes the module needs per particle.

Parameters

Parameter

Description

TypeData

The UParticleModuleTypeDataBase for the emitter that contains this module