UParticleModuleLocationBoneSocket::RequiredBytesPerInstance

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

Windows
MacOS
Linux

Override Hierarchy

UParticleModule::RequiredBytesPerInstance()

UParticleModuleLocationBoneSocket::RequiredBytesPerInstance()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Location/ParticleModuleLocationBoneSocket.h

Include

#include "Particles/Location/ParticleModuleLocationBoneSocket.h"

Source

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

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