Choose your operating system:
Windows
macOS
Linux
| TAlignedBytes
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Templates/TypeCompatibleBytes.h |
Include |
#include "Templates/TypeCompatibleBytes.h" |
template<typename ElementType>
struct TTypeCompatibleBytes : public TAlignedBytes< sizeof(ElementType), alignof(ElementType) >
An untyped array of data with compile-time alignment and size derived from another type.
Name | Description | ||
---|---|---|---|
|
ElementType ... |
GetTypedPtr() |
|
|
const Elemen... |
GetTypedPtr() |
Name |
Description |
---|---|
ElementTypeAlias_NatVisHelper |