Navigation
API > API/Runtime > API/Runtime/Core
Finds the maximum sizeof the supplied types
| Name | TMaxSizeof |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/MaxSizeof.h |
| Include Path | #include "Templates/MaxSizeof.h" |
Syntax
template<typename...>
struct TMaxSizeof
Struct Specializations
| Name | Remarks |
|---|---|
| TMaxSizeof< T, TRest... > | |
| TMaxSizeof<> |