Navigation
API > API/Editor > API/Editor/EditorWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SMetaDataView
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/SMetaDataView.h |
| Include | #include "SMetaDataView.h" |
Syntax
class SMetaDataView : public SCompoundWidget
Remarks
The widget to display metadata as a table of tag/value rows
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Construct this widget. Called by the SNew()Slate macro. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |