FParticleEmitterInstance::GetAllocatedSize

Retrieve the allocated size of this instance.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

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

Include

#include "ParticleEmitterInstances.h"

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