FParticleMeshEmitterInstance::GetAllocatedSize

Retrieve the allocated size of this instance.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FParticleEmitterInstance::GetAllocatedSize()

FParticleMeshEmitterInstance::GetAllocatedSize()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Source

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

Syntax

virtual void GetAllocatedSize
(
    int32 & OutNum,
    int32 & OutMax
)

Remarks

Retrieve the allocated size of this instance.

Parameters

Parameter

Description

OutNum

The size of this instance

OutMax

The maximum size of this instance