Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TMaxSizeof_T_TRest
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/MaxSizeof.h |
Include | #include "Templates/MaxSizeof.h" |
Syntax
static Value = sizeof(T) > TMaxSizeof<TRest...>::Value ? sizeof(T) : TMaxSizeof<TRest...>::Value;