![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Types | |
| using | Type = std::conditional_t< sizeof(FInlineDataStorage< T >)<=MaxStackAllocationSize, FInlineDataStorage< T >, FHeapDataStorage< T > > |
| using Impl::TStorageTypeDeduction< T, MaxStackAllocationSize >::Type = std::conditional_t<sizeof(FInlineDataStorage<T>) <= MaxStackAllocationSize, FInlineDataStorage<T>, FHeapDataStorage<T> > |