UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Impl::TStorageTypeDeduction< T, MaxStackAllocationSize > Struct Template Reference

Public Types

using Type = std::conditional_t< sizeof(FInlineDataStorage< T >)<=MaxStackAllocationSize, FInlineDataStorage< T >, FHeapDataStorage< T > >
 

Member Typedef Documentation

◆ Type

template<typename T , uint32 MaxStackAllocationSize>
using Impl::TStorageTypeDeduction< T, MaxStackAllocationSize >::Type = std::conditional_t<sizeof(FInlineDataStorage<T>) <= MaxStackAllocationSize, FInlineDataStorage<T>, FHeapDataStorage<T> >

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