Navigation
API > API/Runtime > API/Runtime/Core
Page traits struct for TPagedArray.
| Name | TPageTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
Syntax
template<typename InElementType, int32 InPageSizeInBytes>
struct TPageTraits
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementType | InElementType | Containers/PagedArray.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Capacity | int32 | Containers/PagedArray.h | |
| Size | int32 | Containers/PagedArray.h |