![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticleHelper.h>
Public Member Functions | |
| TPreallocatedArrayProxy () | |
| TPreallocatedArrayProxy (uint8 *ArrayStart, int32 ArraySize) | |
| ElementType & | operator[] (int32 Index) |
| const ElementType & | operator[] (int32 Index) const |
| int32 | Find (const ElementType &Item) const |
| bool | Contains (const ElementType &Item) const |
| int32 | Num () const |
Helper class that provides a basic interface for an inline and presized array within a contiguous memory block
|
inline |
Constructor, just zeros everything
|
inline |
Constructor, just sets up the array pointer and size
| ArrayStart | The array pointer |
| ArraySize | The maximum number of elements that the array |
|
inline |
Checks if the array contains an element with the given value.
| Item | - The item to check for. |
|
inline |
Finds an element with the given value in the array.
| Item | - The value to search for. |
|
inline |
|
inline |
Accesses the identified element's value.
|
inline |
Accesses the identified element's value.