SMetaDataView::Construct

Construct this widget. Called by the SNew()Slate macro.

Windows
MacOS
Linux

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/SMetaDataView.h

Include

#include "SMetaDataView.h"

Source

/Engine/Source/Editor/EditorWidgets/Private/SMetaDataView.cpp

Syntax

void Construct
(
    const FArguments & InArgs,
    const TMap< FName, FString > & InMetadata
)

Remarks

Construct this widget. Called by the SNew()Slate macro.

Parameters

Parameter

Description

InArgs

Declaration used by the SNew() macro to construct this widget

InMetaData

The metadata tags/values to display in the table view widget

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss