Navigation
API > API/Editor > API/Editor/EditorWidgets
The widget to display metadata as a table of tag/value rows
| Name | SMetaDataView |
| Type | class |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SMetaDataView.h |
| Include Path | #include "SMetaDataView.h" |
Syntax
class SMetaDataView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SMetaDataView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SMetaDataView
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MetaDataLines | TArray< TSharedPtr< FMetaDataLine > > | SMetaDataView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Construct this widget. Called by the SNew()Slate macro. | SMetaDataView.h |