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
(
uint8 * ArrayStart,
int32 ArraySize
)
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 |