Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IUiProvider
Description
Creates a single widget using the provided constructor. Alternative to ConstructWidget that doesn't create the ContainerTedsWidget that wraps the actual widget. Only recommended for advanced use cases, in most situations you want to use ConstructWidget NOTE: This will include any decorator widgets that match with the given row
| Name | ConstructInternalWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageUiInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageUiInterface.h" |
TSharedPtr < SWidget > ConstructInternalWidget
(
RowHandle Row,
FTypedElementWidgetConstructor & Constructor,
const FMetaDataView & Arguments
)