Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- TAlignedBytes
- FCacheKeyProxy
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/TypeCompatibleBytes.h |
Include | #include "Templates/TypeCompatibleBytes.h" |
Syntax
template<int32 Size, uint32 Alignment>
struct TAlignedBytes
Remarks
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.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint8[Size] | Pad |