Navigation
Unreal Engine C++ API Reference > Editor > EditorWidgets
Inheritance Hierarchy
References
Module | EditorWidgets |
Header | /Engine/Source/Editor/EditorWidgets/Public/SMetaDataView.h |
Include | #include "SMetaDataView.h" |
Syntax
class SMetaDataView : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Remarks
The widget to display metadata as a table of tag/value rows
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, const TMap< FName, FString >& InMe... ) | Construct this widget. Called by the SNew()Slate macro. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |