Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TPreallocatedArrayProxy > API/Runtime/Engine/TPreallocatedArrayProxy/__ctor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include | #include "ParticleHelper.h" |
TPreallocatedArrayProxy
&40;
uint8 &42; ArrayStart,
int32 ArraySize
&41;
Remarks
Constructor, just sets up the array pointer and size
Parameters
| Name | Description |
|---|---|
| ArrayStart | The array pointer |
| ArraySize | The maximum number of elements that the array |