FParticleEmitterInstance::GetAllocatedSize

Retrieve the allocated size of this instance.

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

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