UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WidgetPurposeColumns.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
7#include "WidgetPurposeColumns.generated.h"
8
10USTRUCT()
12{
14
15
16 UE::Editor::DataStorage::IUiProvider::EPurposeType PurposeType;
17
19 UE::Editor::DataStorage::IUiProvider::FPurposeID PurposeID;
20};
21
23USTRUCT()
37
39USTRUCT()
41{
43
44
45 UE::Editor::DataStorage::RowHandle PurposeRowHandle;
46};
47
49USTRUCT()
56
58USTRUCT()
66
70USTRUCT()
72{
74
75 UE::Editor::DataStorage::Queries::FConditions Conditions;
76};
77
78// Deprecated columns
79
80USTRUCT()
81struct UE_DEPRECATED(5.7, "Use of the FWidgetFactoryConstructorColumn has been deprecated, use FWidgetFactoryConstructorTypeInfoColumn to store the constructor by type instead.")
83{
85
87
96};
97
99template<>
101{
102 enum
103 {
104 WithCopy = false
105 };
106};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define PRAGMA_ENABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:12
#define PRAGMA_DISABLE_DEPRECATION_WARNINGS
Definition GenericPlatformCompilerPreSetup.h:8
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
Definition NameTypes.h:617
Definition UnrealType.h:3087
Definition UniquePtr.h:107
Definition Class.h:1720
Definition AdvancedWidgetsModule.cpp:13
Definition CommonTypes.h:14
Definition WidgetPurposeColumns.h:60
Definition WidgetPurposeColumns.h:41
Definition WidgetPurposeColumns.h:72
Definition WidgetPurposeColumns.h:51
Definition WidgetPurposeColumns.h:12
Definition WidgetPurposeColumns.h:25
Definition StructOpsTypeTraits.h:11
@ WithCopy
Definition StructOpsTypeTraits.h:17
Definition StructOpsTypeTraits.h:46
Definition WeakObjectPtrTemplates.h:25