Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SMetaDataView
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/SMetaDataView.h |
| Include | #include "SMetaDataView.h" |
| Source | /Engine/Source/Editor/EditorWidgets/Private/SMetaDataView.cpp |
void Construct
&40;
const FArguments & InArgs,
const TMap< FName, FString > & InMetadata
&41;
Remarks
Construct this widget. Called by the SNew()Slate macro.
Parameters
| Name | Description |
|---|---|
| InArgs | Declaration used by the SNew() macro to construct this widget |
| InMetaData | The metadata tags/values to display in the table view widget |