UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::PagedArray::Private::TPageTraits< InElementType, InPageSizeInBytes > Struct Template Reference

#include <PagedArray.h>

Public Types

using ElementType = InElementType
 

Static Public Attributes

static constexpr int32 Size = InPageSizeInBytes
 
static constexpr int32 Capacity = Size / sizeof(ElementType)
 

Detailed Description

template<typename InElementType, int32 InPageSizeInBytes>
struct UE::Core::PagedArray::Private::TPageTraits< InElementType, InPageSizeInBytes >

Page traits struct for TPagedArray.

Member Typedef Documentation

◆ ElementType

Member Data Documentation

◆ Capacity

◆ Size


The documentation for this struct was generated from the following file: