UParticleModuleMeshMaterial::RequiredBytesPerInstance

Returns the number of bytes the module requires in the emitters 'per-instance' data block.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UParticleModule::RequiredBytesPerInstance()

UParticleModuleMeshMaterial::RequiredBytesPerInstance()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Material/ParticleModuleMeshMaterial.h

Include

#include "Particles/Material/ParticleModuleMeshMaterial.h"

Source

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

Syntax

virtual uint32 RequiredBytesPerInstance()

Remarks

Returns the number of bytes the module requires in the emitters 'per-instance' data block.

Returns

uint32 The number of bytes the module needs per emitter instance.