TTypeCompatibleBytes

An untyped array of data with compile-time alignment and size derived from another type.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

TAlignedBytes

TTypeCompatibleBytes

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/TypeCompatibleBytes.h

Include

#include "Templates/TypeCompatibleBytes.h"

Syntax

template<typename ElementType>
struct TTypeCompatibleBytes : public TAlignedBytes< sizeof(ElementType), alignof(ElementType) >

Remarks

An untyped array of data with compile-time alignment and size derived from another type.

Functions

Name Description

Public function

ElementType ...

 

GetTypedPtr()

Public function Const

const Elemen...

 

GetTypedPtr()

Typedefs