TTypeCompatibleBytes

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

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()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss