UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TMaxSizeof< T, TRest... > Struct Template Reference

#include <MaxSizeof.h>

Static Public Attributes

static const uint32 Value = sizeof(T) > TMaxSizeof<TRest...>::Value ? sizeof(T) : TMaxSizeof<TRest...>::Value
 

Member Data Documentation

◆ Value

template<typename T , typename... TRest>
const uint32 TMaxSizeof< T, TRest... >::Value = sizeof(T) > TMaxSizeof<TRest...>::Value ? sizeof(T) : TMaxSizeof<TRest...>::Value
static

The documentation for this struct was generated from the following file: