Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/TypeCompatibleBytes.h |
Include | #include "Templates/TypeCompatibleBytes.h" |
Syntax
template<typename ElementType>
struct TTypeCompatibleBytes
Remarks
An untyped array of data with compile-time alignment and size derived from another type.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint8[sizeof(ElementType)] | Pad |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
ElementType * | GetTypedPtr () |
|
![]() ![]() |
const ElementType * | GetTypedPtr () |
Typedefs
Name | Description |
---|---|
ElementTypeAlias_NatVisHelper |