![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StaticArray.h>
Inheritance diagram for TStaticArray< InElementType, NumElements, Alignment >:Public Types | |
| using | ElementType = InElementType |
Public Attributes | |
| InElementType | Elements [NumElements] |
Friends | |
| template<typename , uint32 , uint32 > | |
| class | TStaticArray |
An array with a static number of elements.
| using TStaticArray< InElementType, NumElements, Alignment >::ElementType = InElementType |
|
constexprdefault |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
A pointer to the first element of the array
|
inlineconstexpr |
|
inlineconstexpr |
Returns true if the array is empty and contains no elements.
|
inlineconstexpr |
The number of elements in the array.
|
constexprdefault |
|
constexprdefault |
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
friend |
| InElementType TStaticArray< InElementType, NumElements, Alignment >::Elements[NumElements] |