Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Base class for Widget Constructors in TEDS. Contains common functionality needed by the different types of widget constructors that TEDS UI supports.
| Name | FTedsWidgetConstructorBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageUiInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementDataStorageUiInterface.h" |
Syntax
USTRUCT ()
struct FTedsWidgetConstructorBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTedsWidgetConstructorBase
(
const UScriptStruct* InTypeInfo |
Elements/Interfaces/TypedElementDataStorageUiInterface.h | ||
| Elements/Interfaces/TypedElementDataStorageUiInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTedsWidgetConstructorBase() |
Elements/Interfaces/TypedElementDataStorageUiInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TArray< TWeakObjectPtr< const UScriptStruct > > & GetMatchedColumns() |
Retrieves the columns, if any, that were matched to this constructor when it was created. | Elements/Interfaces/TypedElementDataStorageUiInterface.h | |
virtual const UE::Editor::DataStorage::Queries::FConditions * GetQueryConditions
(
const UE::Editor::DataStorage::ICoreProvider* Storage |
Retrieves the query conditions that need to match for this widget constructor to produce a widget. | Elements/Interfaces/TypedElementDataStorageUiInterface.h | |
virtual const UScriptStruct * GetTypeInfo() |
Retrieves the type information for the constructor type. | Elements/Interfaces/TypedElementDataStorageUiInterface.h | |
virtual bool Initialize
(
const UE::Editor::DataStorage::FMetaDataView& InArguments, |
Initializes a new constructor based on the provided arguments. | Elements/Interfaces/TypedElementDataStorageUiInterface.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Initialize_Internal
(
const UE::Editor::DataStorage::FMetaDataView& InArguments, |
Elements/Interfaces/TypedElementDataStorageUiInterface.h |