![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementSlateWidgetColumns.h>
Inheritance diagram for FTypedElementSlateWidgetReferenceColumn:Public Attributes | |
| TWeakPtr< SWidget > | Widget |
| TWeakPtr< UE::Editor::DataStorage::ITedsWidget > | TedsWidget |
| TWeakPtr< FTypedElementWidgetConstructor > | WidgetConstructor |
Stores a widget reference in the data storage. At the start of processing any columns that are not pointing to a valid widget will be removed. If the FTypedElementSlateWidgetDeletesRowTag is found then the entire row will be deleted.
| TWeakPtr<UE::Editor::DataStorage::ITedsWidget> FTypedElementSlateWidgetReferenceColumn::TedsWidget |
| TWeakPtr<FTypedElementWidgetConstructor> FTypedElementSlateWidgetReferenceColumn::WidgetConstructor |