Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TPreallocatedArrayProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor, just zeros everything | ParticleHelper.h | ||
TPreallocatedArrayProxy
(
uint8* ArrayStart, |
Constructor, just sets up the array pointer and size | ParticleHelper.h |
TPreallocatedArrayProxy()
Description
Constructor, just zeros everything
| Name | TPreallocatedArrayProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
TPreallocatedArrayProxy()
TPreallocatedArrayProxy(uint8 *, int32)
Description
Constructor, just sets up the array pointer and size
| Name | TPreallocatedArrayProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
TPreallocatedArrayProxy
(
uint8 * ArrayStart,
int32 ArraySize
)
Parameters
| Name | Remarks |
|---|---|
| ArrayStart | The array pointer |
| ArraySize | The maximum number of elements that the array |