![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypeCompatibleBytes.h>
Public Types | |
| using | ElementTypeAlias_NatVisHelper = T & |
| using | MutableGetType = T & |
| using | ConstGetType = T & |
| using | RvalueGetType = T & |
Public Member Functions | |
| TTypeCompatibleBytes ()=default | |
| ~TTypeCompatibleBytes ()=default | |
| TTypeCompatibleBytes (TTypeCompatibleBytes &&)=delete | |
| TTypeCompatibleBytes (const TTypeCompatibleBytes &)=delete | |
| TTypeCompatibleBytes & | operator= (TTypeCompatibleBytes &&)=delete |
| TTypeCompatibleBytes & | operator= (const TTypeCompatibleBytes &)=delete |
| T & | GetUnchecked () const |
| void | EmplaceUnchecked (T &Ref) |
| void | DestroyUnchecked () |
Public Attributes | |
| T * | Ptr |
| using TTypeCompatibleBytes< T & >::ConstGetType = T& |
| using TTypeCompatibleBytes< T & >::ElementTypeAlias_NatVisHelper = T& |
| using TTypeCompatibleBytes< T & >::MutableGetType = T& |
| using TTypeCompatibleBytes< T & >::RvalueGetType = T& |
|
default |
|
default |
|
delete |
|
delete |
|
inline |
|
inline |
|
inline |
|
delete |
|
delete |
| T* TTypeCompatibleBytes< T & >::Ptr |