UParticleModuleOrbit::RequiredBytes

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

Windows
MacOS
Linux

Override Hierarchy

UParticleModule::RequiredBytes()

UParticleModuleOrbit::RequiredBytes()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Orbit/ParticleModuleOrbit.h

Include

#include "Particles/Orbit/ParticleModuleOrbit.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Orbit.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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss