UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TAlignedBytes< Size, Alignment > Struct Template Reference

#include <TypeCompatibleBytes.h>

Public Attributes

uint8 Pad [Size]
 

Detailed Description

template<int32 Size, uint32 Alignment>
struct TAlignedBytes< Size, Alignment >

Used to declare an untyped array of data with compile-time alignment. It needs to use template specialization as the MS_ALIGN and GCC_ALIGN macros require literal parameters.

Member Data Documentation

◆ Pad

template<int32 Size, uint32 Alignment>
uint8 TAlignedBytes< Size, Alignment >::Pad[Size]

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