TPreallocatedArrayProxy::TPreallocatedArrayProxy

Constructor, just sets up the array pointer and size

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleHelper.h

Include

#include "ParticleHelper.h"

Syntax

TPreallocatedArrayProxy
(
    uint8 * ArrayStart,
    int32 ArraySize
)

Remarks

Constructor, just sets up the array pointer and size

Parameters

Parameter

Description

ArrayStart

The array pointer

ArraySize

The maximum number of elements that the array

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