Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Column used to store the type of a widget purpose
| Name | FWidgetPurposeColumn |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Columns/WidgetPurposeColumns.h |
| Include Path | #include "Elements/Columns/WidgetPurposeColumns.h" |
Syntax
USTRUCT ()
struct FWidgetPurposeColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FWidgetPurposeColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PurposeID | UE::Editor::DataStorage::IUiProvider::FPurposeID | The unique ID of this purpose that can be used to reference it instead of the row handle | Elements/Columns/WidgetPurposeColumns.h | |
| PurposeType | UE::Editor::DataStorage::IUiProvider::EPurposeType | The type of the purpose, used to determine how factories are registered for it | Elements/Columns/WidgetPurposeColumns.h |