![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DecoratorWidgetConstructor.h>
Inheritance diagram for FTedsDecoratorWidgetConstructor:Protected Attributes | |
| TWeakObjectPtr< const UScriptStruct > | TypeInfo = nullptr |
Protected Attributes inherited from FTedsWidgetConstructorBase | |
| TArray< TWeakObjectPtr< const UScriptStruct > > | MatchedColumnTypes |
| TMap< TWeakObjectPtr< const UScriptStruct >, FName > | MatchedDynamicTemplates |
| UE::Editor::DataStorage::RowHandle | WidgetFactoryRow = UE::Editor::DataStorage::InvalidRowHandle |
| const UE::Editor::DataStorage::Queries::FConditions * | QueryConditions = nullptr |
| const UScriptStruct * | TypeInfo = nullptr |
Additional Inherited Members | |
Protected Member Functions inherited from FTedsWidgetConstructorBase | |
| bool | Initialize_Internal (const UE::Editor::DataStorage::FMetaDataView &InArguments, TArray< TWeakObjectPtr< const UScriptStruct > > InMatchedColumnTypes) |
Base class used to for decorator widgets in TEDS UI. A decorator widget is appended to regular TEDS UI widgets to provide additional functionality such as UI effects, context menus etc A decorator widget constructor can be registered against a specific purpose and column using IUiProvider. They will then be automatically added to any widgets where the widget row matches the purpose and column (both on creation and dynamically post creation)
|
explicit |
|
inlineexplicit |
|
virtualdefault |
|
virtual |
Construct a decorator widget that wraps InChildWidget
| InChildWidget | The actual internal widget, it is expected that the decorator widget you create contains this widget as a child |
| DataStorage | Pointer to the TEDS interface |
| DataStorageUi | Pointer to the TEDS UI interface |
| DataRow | The row containing the actual data InChildWidget was created to observe (e.g Actor row) |
| WidgetRow | The row containing UI specific data about InChildWidget (e.g widget color) |
| Arguments | Any metadata arguments specified when requesting this decorator |
|
protected |