Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Views
Inheritance Hierarchy
- ISlateMetaData
- ITableViewMetadata
- TTableViewMetadata
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewMetadata.h |
| Include | #include "Framework/Views/TableViewMetadata.h" |
Syntax
class ITableViewMetadata : public ISlateMetaData
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< ITableRow > > | Returns all currently constructed rows that represent selected items | ||
| const FName & | GetTypeId () |
Overridden from ISlateMetaData
| Type | Name | Description | |
|---|---|---|---|
| bool | IsOfTypeImpl
(
const FName& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |