Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | TAlignedBytes |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/TypeCompatibleBytes.h |
| Include Path | #include "Templates/TypeCompatibleBytes.h" |
Syntax
template<int32 Size, uint32 Alignment>
struct TAlignedBytes
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Pad | uint8 | Templates/TypeCompatibleBytes.h |