Choose your operating system:
Windows
macOS
Linux
| TStaticArray
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/StaticArray.h |
Include |
#include "Containers/StaticArray.h" |
An array with a static number of elements.
Name | Description | |
---|---|---|
|
TStaticArray() |
|
|
TStaticArray ( |
Please call TStaticArray(InPlace, DefaultElement) instead. |
|
TStaticArray ( |
|
|
TStaticArray ( |
|
|
TStaticArray ( |
Name | Description | ||
---|---|---|---|
|
RangedForIte... |
begin() |
STL-like iterators to enable range-based for loop support. |
|
RangedForCon... |
begin() |
|
|
RangedForIte... |
end() |
|
|
RangedForCon... |
end() |
|
|
InElementTyp... |
GetData() |
A pointer to the first element of the array |
|
const InElem... |
GetData() |
|
|
IsEmpty() |
Returns true if the array is empty and contains no elements. |
|
|
Num() |
The number of elements in the array. |
Name | Description | ||
---|---|---|---|
|
const InElem... |
operator[] ( |
|
|
InElementTyp... |
operator[] ( |
Accessors. |
|
TStaticArray... |
operator= ( |
|
|
TStaticArray... |
operator= ( |
Name |
Description |
|
---|---|---|
|
FRangedForIterator |
Name |
Description |
---|---|
ElementType |
|
RangedForConstIteratorType |
|
RangedForIteratorType |
Name | Description | ||
---|---|---|---|
|
TStaticArray ( |
Please call TStaticArray(InPlace, DefaultElement) instead. |