Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStaticArray
| Name | TArrayStorageElementAligned |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StaticArray.h |
| Include Path | #include "Containers/StaticArray.h" |
Syntax
struct TArrayStorageElementAligned
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TArrayStorageElementAligned () |
Containers/StaticArray.h | ||
constexpr TArrayStorageElementAligned
(
EInPlace, |
Index is used to achieve pack expansion in TArrayStorage's first constructor, but is unused here. | Containers/StaticArray.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Element | InElementType | Containers/StaticArray.h |