Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Views
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h |
| Include | #include "Framework/Views/TableViewTypeTraits.h" |
Syntax
template<typename T, typename Enable>
struct TIsValidListItem
Remarks
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.
Specializations
TIsValidListItem< FCurveEditorTreeItemID >
TIsValidListItem< FName >
TIsValidListItem< FTedsRowHandle >
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/Slate/Framework/Views/TIsValidListItem_1 |