Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IUiProvider
Description
Creates a single widget using the provided constructor. The provided row will be used to store the widget information on. If columns have already been added to the row, the constructor is free to use that to configure the widget. Arguments are used by the constructor to configure the widget.
| Name | ConstructWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageUiInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageUiInterface.h" |
TSharedPtr < SWidget > ConstructWidget
(
RowHandle Row,
FTypedElementWidgetConstructor & Constructor,
const FMetaDataView & Arguments
)