Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,286 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Components/DetailsView.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDetailsView() {}
// ********** Begin Cross Module References ********************************************************
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UDetailsView();
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UDetailsView_NoRegister();
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UPropertyViewBase();
UPackage* Z_Construct_UPackage__Script_ScriptableEditorWidgets();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDetailsView *************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDetailsView;
UClass* UDetailsView::GetPrivateStaticClass()
{
using TClass = UDetailsView;
if (!Z_Registration_Info_UClass_UDetailsView.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DetailsView"),
Z_Registration_Info_UClass_UDetailsView.InnerSingleton,
StaticRegisterNativesUDetailsView,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UDetailsView.InnerSingleton;
}
UClass* Z_Construct_UClass_UDetailsView_NoRegister()
{
return UDetailsView::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDetailsView_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * The details view allows you to display the value of an object properties.\n */" },
{ "IncludePath", "Components/DetailsView.h" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "The details view allows you to display the value of an object properties." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowFiltering_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** True if we allow filtering through search and the filter dropdown menu. */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "True if we allow filtering through search and the filter dropdown menu." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowFavoriteSystem_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** If false, the current properties editor will never display the favorite system */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "If false, the current properties editor will never display the favorite system" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowModifiedPropertiesOption_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** True if you want to show the 'Show Only Modified Properties'. Only valid in conjunction with bAllowFiltering */" },
{ "EditCondition", "bAllowFiltering" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "True if you want to show the 'Show Only Modified Properties'. Only valid in conjunction with bAllowFiltering" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowKeyablePropertiesOption_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** True if you want to show the 'Show Only Keyable Properties'. Only valid in conjunction with bAllowFiltering */" },
{ "EditCondition", "bAllowFiltering" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "True if you want to show the 'Show Only Keyable Properties'. Only valid in conjunction with bAllowFiltering" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowAnimatedPropertiesOption_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** True if you want to show the 'Show Only Animated Properties'. Only valid in conjunction with bAllowFiltering */" },
{ "EditCondition", "bAllowFiltering" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "True if you want to show the 'Show Only Animated Properties'. Only valid in conjunction with bAllowFiltering" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColumnWidth_MetaData[] = {
{ "Category", "View" },
{ "ClampMax", "1.0" },
{ "ClampMin", "0.0" },
{ "Comment", "/** The default column width */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "The default column width" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowScrollBar_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** If false, the details panel's scrollbar will always be hidden. Useful when embedding details panels in widgets that either grow to accommodate them, or with scrollbars of their own. */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "If false, the details panel's scrollbar will always be hidden. Useful when embedding details panels in widgets that either grow to accommodate them, or with scrollbars of their own." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bForceHiddenPropertyVisibility_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** If true, all properties will be visible, not just those with CPF_Edit */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "If true, all properties will be visible, not just those with CPF_Edit" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewIdentifier_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** Identifier for this details view; NAME_None if this view is anonymous */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "Identifier for this details view; NAME_None if this view is anonymous" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CategoriesToShow_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** Which categories to show in the details panel. If both this and the Properties To Show lists are empty, all properties will show. */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "Which categories to show in the details panel. If both this and the Properties To Show lists are empty, all properties will show." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertiesToShow_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** Which properties to show in the details panel. If both this and the Categories To Show lists are empty, all properties will show. */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "Which properties to show in the details panel. If both this and the Categories To Show lists are empty, all properties will show." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowOnlyAllowed_MetaData[] = {
{ "Comment", "/** Showing properties in this details panel works by allowing only specific categories and properties. This flag enables you to show all properties without needing to specify. */" },
{ "ModuleRelativePath", "Public/Components/DetailsView.h" },
{ "ToolTip", "Showing properties in this details panel works by allowing only specific categories and properties. This flag enables you to show all properties without needing to specify." },
};
#endif // WITH_METADATA
// ********** Begin Class UDetailsView constinit property declarations *****************************
static void NewProp_bAllowFiltering_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowFiltering;
static void NewProp_bAllowFavoriteSystem_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowFavoriteSystem;
static void NewProp_bShowModifiedPropertiesOption_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowModifiedPropertiesOption;
static void NewProp_bShowKeyablePropertiesOption_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowKeyablePropertiesOption;
static void NewProp_bShowAnimatedPropertiesOption_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowAnimatedPropertiesOption;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ColumnWidth;
static void NewProp_bShowScrollBar_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowScrollBar;
static void NewProp_bForceHiddenPropertyVisibility_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bForceHiddenPropertyVisibility;
static const UECodeGen_Private::FNamePropertyParams NewProp_ViewIdentifier;
static const UECodeGen_Private::FNamePropertyParams NewProp_CategoriesToShow_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_CategoriesToShow;
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertiesToShow_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PropertiesToShow;
static void NewProp_bShowOnlyAllowed_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowOnlyAllowed;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDetailsView constinit property declarations *******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDetailsView>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDetailsView_Statics
// ********** Begin Class UDetailsView Property Definitions ****************************************
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFiltering_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bAllowFiltering = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFiltering = { "bAllowFiltering", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFiltering_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowFiltering_MetaData), NewProp_bAllowFiltering_MetaData) };
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFavoriteSystem_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bAllowFavoriteSystem = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFavoriteSystem = { "bAllowFavoriteSystem", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFavoriteSystem_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowFavoriteSystem_MetaData), NewProp_bAllowFavoriteSystem_MetaData) };
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowModifiedPropertiesOption_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bShowModifiedPropertiesOption = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowModifiedPropertiesOption = { "bShowModifiedPropertiesOption", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowModifiedPropertiesOption_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowModifiedPropertiesOption_MetaData), NewProp_bShowModifiedPropertiesOption_MetaData) };
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowKeyablePropertiesOption_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bShowKeyablePropertiesOption = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowKeyablePropertiesOption = { "bShowKeyablePropertiesOption", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowKeyablePropertiesOption_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowKeyablePropertiesOption_MetaData), NewProp_bShowKeyablePropertiesOption_MetaData) };
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowAnimatedPropertiesOption_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bShowAnimatedPropertiesOption = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowAnimatedPropertiesOption = { "bShowAnimatedPropertiesOption", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowAnimatedPropertiesOption_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowAnimatedPropertiesOption_MetaData), NewProp_bShowAnimatedPropertiesOption_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_ColumnWidth = { "ColumnWidth", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDetailsView, ColumnWidth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColumnWidth_MetaData), NewProp_ColumnWidth_MetaData) };
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowScrollBar_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bShowScrollBar = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowScrollBar = { "bShowScrollBar", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowScrollBar_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowScrollBar_MetaData), NewProp_bShowScrollBar_MetaData) };
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bForceHiddenPropertyVisibility_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bForceHiddenPropertyVisibility = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bForceHiddenPropertyVisibility = { "bForceHiddenPropertyVisibility", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bForceHiddenPropertyVisibility_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bForceHiddenPropertyVisibility_MetaData), NewProp_bForceHiddenPropertyVisibility_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_ViewIdentifier = { "ViewIdentifier", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDetailsView, ViewIdentifier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewIdentifier_MetaData), NewProp_ViewIdentifier_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_CategoriesToShow_Inner = { "CategoriesToShow", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_CategoriesToShow = { "CategoriesToShow", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDetailsView, CategoriesToShow), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CategoriesToShow_MetaData), NewProp_CategoriesToShow_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_PropertiesToShow_Inner = { "PropertiesToShow", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_PropertiesToShow = { "PropertiesToShow", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDetailsView, PropertiesToShow), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertiesToShow_MetaData), NewProp_PropertiesToShow_MetaData) };
void Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowOnlyAllowed_SetBit(void* Obj)
{
((UDetailsView*)Obj)->bShowOnlyAllowed = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowOnlyAllowed = { "bShowOnlyAllowed", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDetailsView), &Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowOnlyAllowed_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowOnlyAllowed_MetaData), NewProp_bShowOnlyAllowed_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDetailsView_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFiltering,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bAllowFavoriteSystem,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowModifiedPropertiesOption,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowKeyablePropertiesOption,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowAnimatedPropertiesOption,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_ColumnWidth,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowScrollBar,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bForceHiddenPropertyVisibility,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_ViewIdentifier,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_CategoriesToShow_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_CategoriesToShow,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_PropertiesToShow_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_PropertiesToShow,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDetailsView_Statics::NewProp_bShowOnlyAllowed,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDetailsView_Statics::PropPointers) < 2048);
// ********** End Class UDetailsView Property Definitions ******************************************
UObject* (*const Z_Construct_UClass_UDetailsView_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPropertyViewBase,
(UObject* (*)())Z_Construct_UPackage__Script_ScriptableEditorWidgets,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDetailsView_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDetailsView_Statics::ClassParams = {
&UDetailsView::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDetailsView_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDetailsView_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDetailsView_Statics::Class_MetaDataParams), Z_Construct_UClass_UDetailsView_Statics::Class_MetaDataParams)
};
void UDetailsView::StaticRegisterNativesUDetailsView()
{
}
UClass* Z_Construct_UClass_UDetailsView()
{
if (!Z_Registration_Info_UClass_UDetailsView.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDetailsView.OuterSingleton, Z_Construct_UClass_UDetailsView_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDetailsView.OuterSingleton;
}
UDetailsView::UDetailsView(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDetailsView);
UDetailsView::~UDetailsView() {}
// ********** End Class UDetailsView ***************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h__Script_ScriptableEditorWidgets_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDetailsView, UDetailsView::StaticClass, TEXT("UDetailsView"), &Z_Registration_Info_UClass_UDetailsView, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDetailsView), 788848780U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h__Script_ScriptableEditorWidgets_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h__Script_ScriptableEditorWidgets_3559641565{
TEXT("/Script/ScriptableEditorWidgets"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h__Script_ScriptableEditorWidgets_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h__Script_ScriptableEditorWidgets_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Components/DetailsView.h"
#ifdef SCRIPTABLEEDITORWIDGETS_DetailsView_generated_h
#error "DetailsView.generated.h already included, missing '#pragma once' in DetailsView.h"
#endif
#define SCRIPTABLEEDITORWIDGETS_DetailsView_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDetailsView *************************************************************
struct Z_Construct_UClass_UDetailsView_Statics;
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UDetailsView_NoRegister();
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h_30_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDetailsView(); \
friend struct ::Z_Construct_UClass_UDetailsView_Statics; \
static UClass* GetPrivateStaticClass(); \
friend SCRIPTABLEEDITORWIDGETS_API UClass* ::Z_Construct_UClass_UDetailsView_NoRegister(); \
public: \
DECLARE_CLASS2(UDetailsView, UPropertyViewBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ScriptableEditorWidgets"), Z_Construct_UClass_UDetailsView_NoRegister) \
DECLARE_SERIALIZER(UDetailsView)
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h_30_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
SCRIPTABLEEDITORWIDGETS_API UDetailsView(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDetailsView(UDetailsView&&) = delete; \
UDetailsView(const UDetailsView&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(SCRIPTABLEEDITORWIDGETS_API, UDetailsView); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDetailsView); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDetailsView) \
SCRIPTABLEEDITORWIDGETS_API virtual ~UDetailsView();
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h_27_PROLOG
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h_30_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h_30_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h_30_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDetailsView;
// ********** End Class UDetailsView ***************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_DetailsView_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,339 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Components/PropertyViewBase.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePropertyViewBase() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath();
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UPropertyViewBase();
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UPropertyViewBase_NoRegister();
SCRIPTABLEEDITORWIDGETS_API UFunction* Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature();
UMG_API UClass* Z_Construct_UClass_UWidget();
UPackage* Z_Construct_UPackage__Script_ScriptableEditorWidgets();
// ********** End Cross Module References **********************************************************
// ********** Begin Delegate FOnPropertyValueChanged ***********************************************
struct Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics
{
struct _Script_ScriptableEditorWidgets_eventOnPropertyValueChanged_Parms
{
FName PropertyName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "/** Sets a delegate called when the property value changes */" },
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
{ "ToolTip", "Sets a delegate called when the property value changes" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnPropertyValueChanged constinit property declarations ***************
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertyName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnPropertyValueChanged constinit property declarations *****************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnPropertyValueChanged Property Definitions **************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::NewProp_PropertyName = { "PropertyName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_ScriptableEditorWidgets_eventOnPropertyValueChanged_Parms, PropertyName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::NewProp_PropertyName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnPropertyValueChanged Property Definitions ****************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_ScriptableEditorWidgets, nullptr, "OnPropertyValueChanged__DelegateSignature", Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::_Script_ScriptableEditorWidgets_eventOnPropertyValueChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::_Script_ScriptableEditorWidgets_eventOnPropertyValueChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnPropertyValueChanged_DelegateWrapper(const FMulticastScriptDelegate& OnPropertyValueChanged, FName PropertyName)
{
struct _Script_ScriptableEditorWidgets_eventOnPropertyValueChanged_Parms
{
FName PropertyName;
};
_Script_ScriptableEditorWidgets_eventOnPropertyValueChanged_Parms Parms;
Parms.PropertyName=PropertyName;
OnPropertyValueChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnPropertyValueChanged *************************************************
// ********** Begin Class UPropertyViewBase Function GetObject *************************************
struct Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics
{
struct PropertyViewBase_eventGetObject_Parms
{
UObject* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "View" },
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetObject constinit property declarations *****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetObject constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetObject Property Definitions ****************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PropertyViewBase_eventGetObject_Parms, ReturnValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::PropPointers) < 2048);
// ********** End Function GetObject Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPropertyViewBase, nullptr, "GetObject", Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::PropertyViewBase_eventGetObject_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::PropertyViewBase_eventGetObject_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UPropertyViewBase_GetObject()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPropertyViewBase_GetObject_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UPropertyViewBase::execGetObject)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UObject**)Z_Param__Result=P_THIS->GetObject();
P_NATIVE_END;
}
// ********** End Class UPropertyViewBase Function GetObject ***************************************
// ********** Begin Class UPropertyViewBase Function SetObject *************************************
struct Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics
{
struct PropertyViewBase_eventSetObject_Parms
{
UObject* NewObject;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "View" },
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetObject constinit property declarations *****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_NewObject;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetObject constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetObject Property Definitions ****************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::NewProp_NewObject = { "NewObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PropertyViewBase_eventSetObject_Parms, NewObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::NewProp_NewObject,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::PropPointers) < 2048);
// ********** End Function SetObject Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPropertyViewBase, nullptr, "SetObject", Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::PropertyViewBase_eventSetObject_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::PropertyViewBase_eventSetObject_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UPropertyViewBase_SetObject()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPropertyViewBase_SetObject_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UPropertyViewBase::execSetObject)
{
P_GET_OBJECT(UObject,Z_Param_NewObject);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetObject(Z_Param_NewObject);
P_NATIVE_END;
}
// ********** End Class UPropertyViewBase Function SetObject ***************************************
// ********** Begin Class UPropertyViewBase ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyViewBase;
UClass* UPropertyViewBase::GetPrivateStaticClass()
{
using TClass = UPropertyViewBase;
if (!Z_Registration_Info_UClass_UPropertyViewBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PropertyViewBase"),
Z_Registration_Info_UClass_UPropertyViewBase.InnerSingleton,
StaticRegisterNativesUPropertyViewBase,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UPropertyViewBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UPropertyViewBase_NoRegister()
{
return UPropertyViewBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPropertyViewBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Base of property view allows you to display the value of an object properties.\n */" },
{ "IncludePath", "Components/PropertyViewBase.h" },
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
{ "ToolTip", "Base of property view allows you to display the value of an object properties." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Object_MetaData[] = {
{ "Comment", "/** The object to view. */" },
{ "DisplayName", "Object" },
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
{ "ToolTip", "The object to view." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftObjectPath_MetaData[] = {
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoLoadAsset_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** Load the object (if it's an asset) when the widget is created. */" },
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
{ "ToolTip", "Load the object (if it's an asset) when the widget is created." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnPropertyChanged_MetaData[] = {
{ "Category", "View|Event" },
{ "Comment", "/** Sets a delegate called when the property value changes */" },
{ "ModuleRelativePath", "Public/Components/PropertyViewBase.h" },
{ "ToolTip", "Sets a delegate called when the property value changes" },
};
#endif // WITH_METADATA
// ********** Begin Class UPropertyViewBase constinit property declarations ************************
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_Object;
static const UECodeGen_Private::FStructPropertyParams NewProp_SoftObjectPath;
static void NewProp_bAutoLoadAsset_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoLoadAsset;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnPropertyChanged;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPropertyViewBase constinit property declarations **************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetObject"), .Pointer = &UPropertyViewBase::execGetObject },
{ .NameUTF8 = UTF8TEXT("SetObject"), .Pointer = &UPropertyViewBase::execSetObject },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UPropertyViewBase_GetObject, "GetObject" }, // 2438954980
{ &Z_Construct_UFunction_UPropertyViewBase_SetObject, "SetObject" }, // 2928372925
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPropertyViewBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPropertyViewBase_Statics
// ********** Begin Class UPropertyViewBase Property Definitions ***********************************
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_Object = { "Object", nullptr, (EPropertyFlags)0x0024080000000000, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyViewBase, Object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Object_MetaData), NewProp_Object_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_SoftObjectPath = { "SoftObjectPath", nullptr, (EPropertyFlags)0x0020080020000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyViewBase, SoftObjectPath_DEPRECATED), Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftObjectPath_MetaData), NewProp_SoftObjectPath_MetaData) }; // 2425717601
void Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_bAutoLoadAsset_SetBit(void* Obj)
{
((UPropertyViewBase*)Obj)->bAutoLoadAsset = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_bAutoLoadAsset = { "bAutoLoadAsset", nullptr, (EPropertyFlags)0x00200c0000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPropertyViewBase), &Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_bAutoLoadAsset_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoLoadAsset_MetaData), NewProp_bAutoLoadAsset_MetaData) };
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_OnPropertyChanged = { "OnPropertyChanged", nullptr, (EPropertyFlags)0x0020080010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyViewBase, OnPropertyChanged), Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnPropertyChanged_MetaData), NewProp_OnPropertyChanged_MetaData) }; // 3364091564
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPropertyViewBase_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_Object,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_SoftObjectPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_bAutoLoadAsset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyViewBase_Statics::NewProp_OnPropertyChanged,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyViewBase_Statics::PropPointers) < 2048);
// ********** End Class UPropertyViewBase Property Definitions *************************************
UObject* (*const Z_Construct_UClass_UPropertyViewBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UWidget,
(UObject* (*)())Z_Construct_UPackage__Script_ScriptableEditorWidgets,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyViewBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyViewBase_Statics::ClassParams = {
&UPropertyViewBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UPropertyViewBase_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyViewBase_Statics::PropPointers),
0,
0x00A800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyViewBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyViewBase_Statics::Class_MetaDataParams)
};
void UPropertyViewBase::StaticRegisterNativesUPropertyViewBase()
{
UClass* Class = UPropertyViewBase::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPropertyViewBase_Statics::Funcs));
}
UClass* Z_Construct_UClass_UPropertyViewBase()
{
if (!Z_Registration_Info_UClass_UPropertyViewBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyViewBase.OuterSingleton, Z_Construct_UClass_UPropertyViewBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPropertyViewBase.OuterSingleton;
}
UPropertyViewBase::UPropertyViewBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyViewBase);
UPropertyViewBase::~UPropertyViewBase() {}
// ********** End Class UPropertyViewBase **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h__Script_ScriptableEditorWidgets_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPropertyViewBase, UPropertyViewBase::StaticClass, TEXT("UPropertyViewBase"), &Z_Registration_Info_UClass_UPropertyViewBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyViewBase), 3648987617U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h__Script_ScriptableEditorWidgets_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h__Script_ScriptableEditorWidgets_4034600712{
TEXT("/Script/ScriptableEditorWidgets"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h__Script_ScriptableEditorWidgets_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h__Script_ScriptableEditorWidgets_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,77 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Components/PropertyViewBase.h"
#ifdef SCRIPTABLEEDITORWIDGETS_PropertyViewBase_generated_h
#error "PropertyViewBase.generated.h already included, missing '#pragma once' in PropertyViewBase.h"
#endif
#define SCRIPTABLEEDITORWIDGETS_PropertyViewBase_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UObject;
// ********** Begin Delegate FOnPropertyValueChanged ***********************************************
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_17_DELEGATE \
SCRIPTABLEEDITORWIDGETS_API void FOnPropertyValueChanged_DelegateWrapper(const FMulticastScriptDelegate& OnPropertyValueChanged, FName PropertyName);
// ********** End Delegate FOnPropertyValueChanged *************************************************
// ********** Begin Class UPropertyViewBase ********************************************************
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_26_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execSetObject); \
DECLARE_FUNCTION(execGetObject);
struct Z_Construct_UClass_UPropertyViewBase_Statics;
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UPropertyViewBase_NoRegister();
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_26_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUPropertyViewBase(); \
friend struct ::Z_Construct_UClass_UPropertyViewBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend SCRIPTABLEEDITORWIDGETS_API UClass* ::Z_Construct_UClass_UPropertyViewBase_NoRegister(); \
public: \
DECLARE_CLASS2(UPropertyViewBase, UWidget, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/ScriptableEditorWidgets"), Z_Construct_UClass_UPropertyViewBase_NoRegister) \
DECLARE_SERIALIZER(UPropertyViewBase)
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_26_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
SCRIPTABLEEDITORWIDGETS_API UPropertyViewBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UPropertyViewBase(UPropertyViewBase&&) = delete; \
UPropertyViewBase(const UPropertyViewBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(SCRIPTABLEEDITORWIDGETS_API, UPropertyViewBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPropertyViewBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPropertyViewBase) \
SCRIPTABLEEDITORWIDGETS_API virtual ~UPropertyViewBase();
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_23_PROLOG
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_26_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_26_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_26_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h_26_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UPropertyViewBase;
// ********** End Class UPropertyViewBase **********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_PropertyViewBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,33 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeScriptableEditorWidgets_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); SCRIPTABLEEDITORWIDGETS_API UFunction* Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature();
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_ScriptableEditorWidgets;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_ScriptableEditorWidgets()
{
if (!Z_Registration_Info_UPackage__Script_ScriptableEditorWidgets.OuterSingleton)
{
static UObject* (*const SingletonFuncArray[])() = {
(UObject* (*)())Z_Construct_UDelegateFunction_ScriptableEditorWidgets_OnPropertyValueChanged__DelegateSignature,
};
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/ScriptableEditorWidgets",
SingletonFuncArray,
UE_ARRAY_COUNT(SingletonFuncArray),
PKG_CompiledIn | 0x00000040,
0xE4EAA368,
0x57A6A6F8,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_ScriptableEditorWidgets.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_ScriptableEditorWidgets.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_ScriptableEditorWidgets(Z_Construct_UPackage__Script_ScriptableEditorWidgets, TEXT("/Script/ScriptableEditorWidgets"), Z_Registration_Info_UPackage__Script_ScriptableEditorWidgets, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xE4EAA368, 0x57A6A6F8));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,367 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Components/SinglePropertyView.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSinglePropertyView() {}
// ********** Begin Cross Module References ********************************************************
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_UPropertyViewBase();
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_USinglePropertyView();
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_USinglePropertyView_NoRegister();
UPackage* Z_Construct_UPackage__Script_ScriptableEditorWidgets();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USinglePropertyView Function GetNameOverride *****************************
struct Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics
{
struct SinglePropertyView_eventGetNameOverride_Parms
{
FText ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "View" },
{ "ModuleRelativePath", "Public/Components/SinglePropertyView.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetNameOverride constinit property declarations ***********************
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetNameOverride constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetNameOverride Property Definitions **********************************
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SinglePropertyView_eventGetNameOverride_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::PropPointers) < 2048);
// ********** End Function GetNameOverride Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USinglePropertyView, nullptr, "GetNameOverride", Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::PropPointers),
sizeof(Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::SinglePropertyView_eventGetNameOverride_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::Function_MetaDataParams), Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::SinglePropertyView_eventGetNameOverride_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_USinglePropertyView_GetNameOverride()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USinglePropertyView_GetNameOverride_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(USinglePropertyView::execGetNameOverride)
{
P_FINISH;
P_NATIVE_BEGIN;
*(FText*)Z_Param__Result=P_THIS->GetNameOverride();
P_NATIVE_END;
}
// ********** End Class USinglePropertyView Function GetNameOverride *******************************
// ********** Begin Class USinglePropertyView Function GetPropertyName *****************************
struct Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics
{
struct SinglePropertyView_eventGetPropertyName_Parms
{
FName ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "View" },
{ "ModuleRelativePath", "Public/Components/SinglePropertyView.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetPropertyName constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetPropertyName constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetPropertyName Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SinglePropertyView_eventGetPropertyName_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::PropPointers) < 2048);
// ********** End Function GetPropertyName Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USinglePropertyView, nullptr, "GetPropertyName", Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::PropPointers),
sizeof(Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::SinglePropertyView_eventGetPropertyName_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::Function_MetaDataParams), Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::SinglePropertyView_eventGetPropertyName_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_USinglePropertyView_GetPropertyName()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USinglePropertyView_GetPropertyName_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(USinglePropertyView::execGetPropertyName)
{
P_FINISH;
P_NATIVE_BEGIN;
*(FName*)Z_Param__Result=P_THIS->GetPropertyName();
P_NATIVE_END;
}
// ********** End Class USinglePropertyView Function GetPropertyName *******************************
// ********** Begin Class USinglePropertyView Function SetNameOverride *****************************
struct Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics
{
struct SinglePropertyView_eventSetNameOverride_Parms
{
FText NewPropertyName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "View" },
{ "ModuleRelativePath", "Public/Components/SinglePropertyView.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNameOverride constinit property declarations ***********************
static const UECodeGen_Private::FTextPropertyParams NewProp_NewPropertyName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNameOverride constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNameOverride Property Definitions **********************************
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::NewProp_NewPropertyName = { "NewPropertyName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SinglePropertyView_eventSetNameOverride_Parms, NewPropertyName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::NewProp_NewPropertyName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::PropPointers) < 2048);
// ********** End Function SetNameOverride Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USinglePropertyView, nullptr, "SetNameOverride", Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::PropPointers),
sizeof(Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::SinglePropertyView_eventSetNameOverride_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::Function_MetaDataParams), Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::SinglePropertyView_eventSetNameOverride_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_USinglePropertyView_SetNameOverride()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USinglePropertyView_SetNameOverride_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(USinglePropertyView::execSetNameOverride)
{
P_GET_PROPERTY(FTextProperty,Z_Param_NewPropertyName);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNameOverride(Z_Param_NewPropertyName);
P_NATIVE_END;
}
// ********** End Class USinglePropertyView Function SetNameOverride *******************************
// ********** Begin Class USinglePropertyView Function SetPropertyName *****************************
struct Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics
{
struct SinglePropertyView_eventSetPropertyName_Parms
{
FName NewPropertyName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "View" },
{ "ModuleRelativePath", "Public/Components/SinglePropertyView.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetPropertyName constinit property declarations ***********************
static const UECodeGen_Private::FNamePropertyParams NewProp_NewPropertyName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetPropertyName constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetPropertyName Property Definitions **********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::NewProp_NewPropertyName = { "NewPropertyName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SinglePropertyView_eventSetPropertyName_Parms, NewPropertyName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::NewProp_NewPropertyName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::PropPointers) < 2048);
// ********** End Function SetPropertyName Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USinglePropertyView, nullptr, "SetPropertyName", Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::PropPointers),
sizeof(Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::SinglePropertyView_eventSetPropertyName_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::Function_MetaDataParams), Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::SinglePropertyView_eventSetPropertyName_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_USinglePropertyView_SetPropertyName()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USinglePropertyView_SetPropertyName_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(USinglePropertyView::execSetPropertyName)
{
P_GET_PROPERTY(FNameProperty,Z_Param_NewPropertyName);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPropertyName(Z_Param_NewPropertyName);
P_NATIVE_END;
}
// ********** End Class USinglePropertyView Function SetPropertyName *******************************
// ********** Begin Class USinglePropertyView ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USinglePropertyView;
UClass* USinglePropertyView::GetPrivateStaticClass()
{
using TClass = USinglePropertyView;
if (!Z_Registration_Info_UClass_USinglePropertyView.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SinglePropertyView"),
Z_Registration_Info_UClass_USinglePropertyView.InnerSingleton,
StaticRegisterNativesUSinglePropertyView,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_USinglePropertyView.InnerSingleton;
}
UClass* Z_Construct_UClass_USinglePropertyView_NoRegister()
{
return USinglePropertyView::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USinglePropertyView_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * The single property view allows you to display the value of an object's property.\n */" },
{ "IncludePath", "Components/SinglePropertyView.h" },
{ "ModuleRelativePath", "Public/Components/SinglePropertyView.h" },
{ "ToolTip", "The single property view allows you to display the value of an object's property." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyName_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** The name of the property to display. */" },
{ "ModuleRelativePath", "Public/Components/SinglePropertyView.h" },
{ "ToolTip", "The name of the property to display." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NameOverride_MetaData[] = {
{ "Category", "View" },
{ "Comment", "/** Override for the property name that will be displayed instead of the property name. */" },
{ "ModuleRelativePath", "Public/Components/SinglePropertyView.h" },
{ "ToolTip", "Override for the property name that will be displayed instead of the property name." },
};
#endif // WITH_METADATA
// ********** Begin Class USinglePropertyView constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertyName;
static const UECodeGen_Private::FTextPropertyParams NewProp_NameOverride;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USinglePropertyView constinit property declarations ************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetNameOverride"), .Pointer = &USinglePropertyView::execGetNameOverride },
{ .NameUTF8 = UTF8TEXT("GetPropertyName"), .Pointer = &USinglePropertyView::execGetPropertyName },
{ .NameUTF8 = UTF8TEXT("SetNameOverride"), .Pointer = &USinglePropertyView::execSetNameOverride },
{ .NameUTF8 = UTF8TEXT("SetPropertyName"), .Pointer = &USinglePropertyView::execSetPropertyName },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_USinglePropertyView_GetNameOverride, "GetNameOverride" }, // 2530476429
{ &Z_Construct_UFunction_USinglePropertyView_GetPropertyName, "GetPropertyName" }, // 2788931950
{ &Z_Construct_UFunction_USinglePropertyView_SetNameOverride, "SetNameOverride" }, // 350454065
{ &Z_Construct_UFunction_USinglePropertyView_SetPropertyName, "SetPropertyName" }, // 4235619169
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USinglePropertyView>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USinglePropertyView_Statics
// ********** Begin Class USinglePropertyView Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_USinglePropertyView_Statics::NewProp_PropertyName = { "PropertyName", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USinglePropertyView, PropertyName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyName_MetaData), NewProp_PropertyName_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_USinglePropertyView_Statics::NewProp_NameOverride = { "NameOverride", nullptr, (EPropertyFlags)0x0040040000000001, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USinglePropertyView, NameOverride), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NameOverride_MetaData), NewProp_NameOverride_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USinglePropertyView_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USinglePropertyView_Statics::NewProp_PropertyName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USinglePropertyView_Statics::NewProp_NameOverride,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USinglePropertyView_Statics::PropPointers) < 2048);
// ********** End Class USinglePropertyView Property Definitions ***********************************
UObject* (*const Z_Construct_UClass_USinglePropertyView_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPropertyViewBase,
(UObject* (*)())Z_Construct_UPackage__Script_ScriptableEditorWidgets,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USinglePropertyView_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USinglePropertyView_Statics::ClassParams = {
&USinglePropertyView::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_USinglePropertyView_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_USinglePropertyView_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USinglePropertyView_Statics::Class_MetaDataParams), Z_Construct_UClass_USinglePropertyView_Statics::Class_MetaDataParams)
};
void USinglePropertyView::StaticRegisterNativesUSinglePropertyView()
{
UClass* Class = USinglePropertyView::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_USinglePropertyView_Statics::Funcs));
}
UClass* Z_Construct_UClass_USinglePropertyView()
{
if (!Z_Registration_Info_UClass_USinglePropertyView.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USinglePropertyView.OuterSingleton, Z_Construct_UClass_USinglePropertyView_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USinglePropertyView.OuterSingleton;
}
USinglePropertyView::USinglePropertyView(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USinglePropertyView);
USinglePropertyView::~USinglePropertyView() {}
// ********** End Class USinglePropertyView ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h__Script_ScriptableEditorWidgets_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USinglePropertyView, USinglePropertyView::StaticClass, TEXT("USinglePropertyView"), &Z_Registration_Info_UClass_USinglePropertyView, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USinglePropertyView), 1835359396U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h__Script_ScriptableEditorWidgets_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h__Script_ScriptableEditorWidgets_594611606{
TEXT("/Script/ScriptableEditorWidgets"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h__Script_ScriptableEditorWidgets_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h__Script_ScriptableEditorWidgets_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,71 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Components/SinglePropertyView.h"
#ifdef SCRIPTABLEEDITORWIDGETS_SinglePropertyView_generated_h
#error "SinglePropertyView.generated.h already included, missing '#pragma once' in SinglePropertyView.h"
#endif
#define SCRIPTABLEEDITORWIDGETS_SinglePropertyView_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class USinglePropertyView ******************************************************
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_26_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execSetNameOverride); \
DECLARE_FUNCTION(execGetNameOverride); \
DECLARE_FUNCTION(execSetPropertyName); \
DECLARE_FUNCTION(execGetPropertyName);
struct Z_Construct_UClass_USinglePropertyView_Statics;
SCRIPTABLEEDITORWIDGETS_API UClass* Z_Construct_UClass_USinglePropertyView_NoRegister();
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_26_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSinglePropertyView(); \
friend struct ::Z_Construct_UClass_USinglePropertyView_Statics; \
static UClass* GetPrivateStaticClass(); \
friend SCRIPTABLEEDITORWIDGETS_API UClass* ::Z_Construct_UClass_USinglePropertyView_NoRegister(); \
public: \
DECLARE_CLASS2(USinglePropertyView, UPropertyViewBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ScriptableEditorWidgets"), Z_Construct_UClass_USinglePropertyView_NoRegister) \
DECLARE_SERIALIZER(USinglePropertyView)
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_26_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
SCRIPTABLEEDITORWIDGETS_API USinglePropertyView(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USinglePropertyView(USinglePropertyView&&) = delete; \
USinglePropertyView(const USinglePropertyView&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(SCRIPTABLEEDITORWIDGETS_API, USinglePropertyView); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USinglePropertyView); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USinglePropertyView) \
SCRIPTABLEEDITORWIDGETS_API virtual ~USinglePropertyView();
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_23_PROLOG
#define FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_26_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_26_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_26_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h_26_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USinglePropertyView;
// ********** End Class USinglePropertyView ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ScriptableEditorWidgets_Public_Components_SinglePropertyView_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,3 @@
D:\UE_5_7_1\Engine\Source\Editor\ScriptableEditorWidgets\Public\Components\DetailsView.h
D:\UE_5_7_1\Engine\Source\Editor\ScriptableEditorWidgets\Public\Components\PropertyViewBase.h
D:\UE_5_7_1\Engine\Source\Editor\ScriptableEditorWidgets\Public\Components\SinglePropertyView.h