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

#include <TableViewTypeTraits.h>

Public Types

enum  { Value = false }
 

Detailed Description

template<typename T, typename Enable = void>
struct TIsValidListItem< T, Enable >

Lists/Trees only work with shared pointer types, and UObjbectBase*. Type traits to ensure that the user does not accidentally make a List/Tree of value types.

Member Enumeration Documentation

◆ anonymous enum

template<typename T , typename Enable = void>
anonymous enum
Enumerator
Value 

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