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,29 @@
// 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 EmptyLinkFunctionForGeneratedCodeAssetManagerEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_AssetManagerEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AssetManagerEditor()
{
if (!Z_Registration_Info_UPackage__Script_AssetManagerEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AssetManagerEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000100,
0xBD1675B3,
0x4982C3CD,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AssetManagerEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AssetManagerEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AssetManagerEditor(Z_Construct_UPackage__Script_AssetManagerEditor, TEXT("/Script/AssetManagerEditor"), Z_Registration_Info_UPackage__Script_AssetManagerEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xBD1675B3, 0x4982C3CD));
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,118 @@
// 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 "ReferenceViewer/EdGraphNode_Reference.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeEdGraphNode_Reference() {}
// ********** Begin Cross Module References ********************************************************
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraphNode_Reference();
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraphNode_Reference_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UEdGraphNode();
UPackage* Z_Construct_UPackage__Script_AssetManagerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UEdGraphNode_Reference ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UEdGraphNode_Reference;
UClass* UEdGraphNode_Reference::GetPrivateStaticClass()
{
using TClass = UEdGraphNode_Reference;
if (!Z_Registration_Info_UClass_UEdGraphNode_Reference.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("EdGraphNode_Reference"),
Z_Registration_Info_UClass_UEdGraphNode_Reference.InnerSingleton,
StaticRegisterNativesUEdGraphNode_Reference,
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_UEdGraphNode_Reference.InnerSingleton;
}
UClass* Z_Construct_UClass_UEdGraphNode_Reference_NoRegister()
{
return UEdGraphNode_Reference::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UEdGraphNode_Reference_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ReferenceViewer/EdGraphNode_Reference.h" },
{ "ModuleRelativePath", "Public/ReferenceViewer/EdGraphNode_Reference.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UEdGraphNode_Reference constinit property declarations *******************
// ********** End Class UEdGraphNode_Reference constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UEdGraphNode_Reference>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UEdGraphNode_Reference_Statics
UObject* (*const Z_Construct_UClass_UEdGraphNode_Reference_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphNode,
(UObject* (*)())Z_Construct_UPackage__Script_AssetManagerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraphNode_Reference_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEdGraphNode_Reference_Statics::ClassParams = {
&UEdGraphNode_Reference::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraphNode_Reference_Statics::Class_MetaDataParams), Z_Construct_UClass_UEdGraphNode_Reference_Statics::Class_MetaDataParams)
};
void UEdGraphNode_Reference::StaticRegisterNativesUEdGraphNode_Reference()
{
}
UClass* Z_Construct_UClass_UEdGraphNode_Reference()
{
if (!Z_Registration_Info_UClass_UEdGraphNode_Reference.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEdGraphNode_Reference.OuterSingleton, Z_Construct_UClass_UEdGraphNode_Reference_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UEdGraphNode_Reference.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UEdGraphNode_Reference);
UEdGraphNode_Reference::~UEdGraphNode_Reference() {}
// ********** End Class UEdGraphNode_Reference *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h__Script_AssetManagerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UEdGraphNode_Reference, UEdGraphNode_Reference::StaticClass, TEXT("UEdGraphNode_Reference"), &Z_Registration_Info_UClass_UEdGraphNode_Reference, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEdGraphNode_Reference), 3297823746U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h__Script_AssetManagerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h__Script_AssetManagerEditor_1404311707{
TEXT("/Script/AssetManagerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h__Script_AssetManagerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h__Script_AssetManagerEditor_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 "ReferenceViewer/EdGraphNode_Reference.h"
#ifdef ASSETMANAGEREDITOR_EdGraphNode_Reference_generated_h
#error "EdGraphNode_Reference.generated.h already included, missing '#pragma once' in EdGraphNode_Reference.h"
#endif
#define ASSETMANAGEREDITOR_EdGraphNode_Reference_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UEdGraphNode_Reference ***************************************************
struct Z_Construct_UClass_UEdGraphNode_Reference_Statics;
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraphNode_Reference_NoRegister();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h_19_INCLASS \
private: \
static void StaticRegisterNativesUEdGraphNode_Reference(); \
friend struct ::Z_Construct_UClass_UEdGraphNode_Reference_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ASSETMANAGEREDITOR_API UClass* ::Z_Construct_UClass_UEdGraphNode_Reference_NoRegister(); \
public: \
DECLARE_CLASS2(UEdGraphNode_Reference, UEdGraphNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AssetManagerEditor"), Z_Construct_UClass_UEdGraphNode_Reference_NoRegister) \
DECLARE_SERIALIZER(UEdGraphNode_Reference)
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h_19_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ASSETMANAGEREDITOR_API UEdGraphNode_Reference(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEdGraphNode_Reference) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ASSETMANAGEREDITOR_API, UEdGraphNode_Reference); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEdGraphNode_Reference); \
/** Deleted move- and copy-constructors, should never be used */ \
UEdGraphNode_Reference(UEdGraphNode_Reference&&) = delete; \
UEdGraphNode_Reference(const UEdGraphNode_Reference&) = delete; \
ASSETMANAGEREDITOR_API virtual ~UEdGraphNode_Reference();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h_16_PROLOG
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h_19_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h_19_INCLASS \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h_19_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UEdGraphNode_Reference;
// ********** End Class UEdGraphNode_Reference *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_Reference_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,141 @@
// 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 "ReferenceViewer/EdGraphNode_ReferencedProperties.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeEdGraphNode_ReferencedProperties() {}
// ********** Begin Cross Module References ********************************************************
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraphNode_Reference_NoRegister();
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraphNode_ReferencedProperties();
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraphNode_ReferencedProperties_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UEdGraphNode();
UPackage* Z_Construct_UPackage__Script_AssetManagerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UEdGraphNode_ReferencedProperties ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UEdGraphNode_ReferencedProperties;
UClass* UEdGraphNode_ReferencedProperties::GetPrivateStaticClass()
{
using TClass = UEdGraphNode_ReferencedProperties;
if (!Z_Registration_Info_UClass_UEdGraphNode_ReferencedProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("EdGraphNode_ReferencedProperties"),
Z_Registration_Info_UClass_UEdGraphNode_ReferencedProperties.InnerSingleton,
StaticRegisterNativesUEdGraphNode_ReferencedProperties,
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_UEdGraphNode_ReferencedProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_UEdGraphNode_ReferencedProperties_NoRegister()
{
return UEdGraphNode_ReferencedProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A node to display a list of Node properties which are referencing another Node/Asset\n */" },
{ "IncludePath", "ReferenceViewer/EdGraphNode_ReferencedProperties.h" },
{ "ModuleRelativePath", "Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h" },
{ "ToolTip", "A node to display a list of Node properties which are referencing another Node/Asset" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReferencingNode_MetaData[] = {
{ "ModuleRelativePath", "Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReferencedNode_MetaData[] = {
{ "ModuleRelativePath", "Public/ReferenceViewer/EdGraphNode_ReferencedProperties.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UEdGraphNode_ReferencedProperties constinit property declarations ********
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReferencingNode;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReferencedNode;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UEdGraphNode_ReferencedProperties constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UEdGraphNode_ReferencedProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics
// ********** Begin Class UEdGraphNode_ReferencedProperties Property Definitions *******************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::NewProp_ReferencingNode = { "ReferencingNode", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UEdGraphNode_ReferencedProperties, ReferencingNode), Z_Construct_UClass_UEdGraphNode_Reference_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReferencingNode_MetaData), NewProp_ReferencingNode_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::NewProp_ReferencedNode = { "ReferencedNode", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UEdGraphNode_ReferencedProperties, ReferencedNode), Z_Construct_UClass_UEdGraphNode_Reference_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReferencedNode_MetaData), NewProp_ReferencedNode_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::NewProp_ReferencingNode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::NewProp_ReferencedNode,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::PropPointers) < 2048);
// ********** End Class UEdGraphNode_ReferencedProperties Property Definitions *********************
UObject* (*const Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphNode,
(UObject* (*)())Z_Construct_UPackage__Script_AssetManagerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::ClassParams = {
&UEdGraphNode_ReferencedProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::Class_MetaDataParams)
};
void UEdGraphNode_ReferencedProperties::StaticRegisterNativesUEdGraphNode_ReferencedProperties()
{
}
UClass* Z_Construct_UClass_UEdGraphNode_ReferencedProperties()
{
if (!Z_Registration_Info_UClass_UEdGraphNode_ReferencedProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEdGraphNode_ReferencedProperties.OuterSingleton, Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UEdGraphNode_ReferencedProperties.OuterSingleton;
}
UEdGraphNode_ReferencedProperties::UEdGraphNode_ReferencedProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UEdGraphNode_ReferencedProperties);
UEdGraphNode_ReferencedProperties::~UEdGraphNode_ReferencedProperties() {}
// ********** End Class UEdGraphNode_ReferencedProperties ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h__Script_AssetManagerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UEdGraphNode_ReferencedProperties, UEdGraphNode_ReferencedProperties::StaticClass, TEXT("UEdGraphNode_ReferencedProperties"), &Z_Registration_Info_UClass_UEdGraphNode_ReferencedProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEdGraphNode_ReferencedProperties), 2195265838U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h__Script_AssetManagerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h__Script_AssetManagerEditor_1415885083{
TEXT("/Script/AssetManagerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h__Script_AssetManagerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h__Script_AssetManagerEditor_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 "ReferenceViewer/EdGraphNode_ReferencedProperties.h"
#ifdef ASSETMANAGEREDITOR_EdGraphNode_ReferencedProperties_generated_h
#error "EdGraphNode_ReferencedProperties.generated.h already included, missing '#pragma once' in EdGraphNode_ReferencedProperties.h"
#endif
#define ASSETMANAGEREDITOR_EdGraphNode_ReferencedProperties_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UEdGraphNode_ReferencedProperties ****************************************
struct Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics;
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraphNode_ReferencedProperties_NoRegister();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h_96_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUEdGraphNode_ReferencedProperties(); \
friend struct ::Z_Construct_UClass_UEdGraphNode_ReferencedProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ASSETMANAGEREDITOR_API UClass* ::Z_Construct_UClass_UEdGraphNode_ReferencedProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UEdGraphNode_ReferencedProperties, UEdGraphNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AssetManagerEditor"), Z_Construct_UClass_UEdGraphNode_ReferencedProperties_NoRegister) \
DECLARE_SERIALIZER(UEdGraphNode_ReferencedProperties)
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h_96_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ASSETMANAGEREDITOR_API UEdGraphNode_ReferencedProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UEdGraphNode_ReferencedProperties(UEdGraphNode_ReferencedProperties&&) = delete; \
UEdGraphNode_ReferencedProperties(const UEdGraphNode_ReferencedProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(ASSETMANAGEREDITOR_API, UEdGraphNode_ReferencedProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEdGraphNode_ReferencedProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEdGraphNode_ReferencedProperties) \
ASSETMANAGEREDITOR_API virtual ~UEdGraphNode_ReferencedProperties();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h_93_PROLOG
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h_96_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h_96_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h_96_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UEdGraphNode_ReferencedProperties;
// ********** End Class UEdGraphNode_ReferencedProperties ******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraphNode_ReferencedProperties_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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 "ReferenceViewer/EdGraph_ReferenceViewer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeEdGraph_ReferenceViewer() {}
// ********** Begin Cross Module References ********************************************************
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraph_ReferenceViewer();
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraph_ReferenceViewer_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UEdGraph();
UPackage* Z_Construct_UPackage__Script_AssetManagerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UEdGraph_ReferenceViewer *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UEdGraph_ReferenceViewer;
UClass* UEdGraph_ReferenceViewer::GetPrivateStaticClass()
{
using TClass = UEdGraph_ReferenceViewer;
if (!Z_Registration_Info_UClass_UEdGraph_ReferenceViewer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("EdGraph_ReferenceViewer"),
Z_Registration_Info_UClass_UEdGraph_ReferenceViewer.InnerSingleton,
StaticRegisterNativesUEdGraph_ReferenceViewer,
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_UEdGraph_ReferenceViewer.InnerSingleton;
}
UClass* Z_Construct_UClass_UEdGraph_ReferenceViewer_NoRegister()
{
return UEdGraph_ReferenceViewer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ReferenceViewer/EdGraph_ReferenceViewer.h" },
{ "ModuleRelativePath", "Public/ReferenceViewer/EdGraph_ReferenceViewer.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UEdGraph_ReferenceViewer constinit property declarations *****************
// ********** End Class UEdGraph_ReferenceViewer constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UEdGraph_ReferenceViewer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics
UObject* (*const Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraph,
(UObject* (*)())Z_Construct_UPackage__Script_AssetManagerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics::ClassParams = {
&UEdGraph_ReferenceViewer::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics::Class_MetaDataParams), Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics::Class_MetaDataParams)
};
void UEdGraph_ReferenceViewer::StaticRegisterNativesUEdGraph_ReferenceViewer()
{
}
UClass* Z_Construct_UClass_UEdGraph_ReferenceViewer()
{
if (!Z_Registration_Info_UClass_UEdGraph_ReferenceViewer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEdGraph_ReferenceViewer.OuterSingleton, Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UEdGraph_ReferenceViewer.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UEdGraph_ReferenceViewer);
UEdGraph_ReferenceViewer::~UEdGraph_ReferenceViewer() {}
// ********** End Class UEdGraph_ReferenceViewer ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h__Script_AssetManagerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UEdGraph_ReferenceViewer, UEdGraph_ReferenceViewer::StaticClass, TEXT("UEdGraph_ReferenceViewer"), &Z_Registration_Info_UClass_UEdGraph_ReferenceViewer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEdGraph_ReferenceViewer), 2146923240U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h__Script_AssetManagerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h__Script_AssetManagerEditor_3060342390{
TEXT("/Script/AssetManagerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h__Script_AssetManagerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h__Script_AssetManagerEditor_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 "ReferenceViewer/EdGraph_ReferenceViewer.h"
#ifdef ASSETMANAGEREDITOR_EdGraph_ReferenceViewer_generated_h
#error "EdGraph_ReferenceViewer.generated.h already included, missing '#pragma once' in EdGraph_ReferenceViewer.h"
#endif
#define ASSETMANAGEREDITOR_EdGraph_ReferenceViewer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UEdGraph_ReferenceViewer *************************************************
struct Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics;
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UEdGraph_ReferenceViewer_NoRegister();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h_75_INCLASS \
private: \
static void StaticRegisterNativesUEdGraph_ReferenceViewer(); \
friend struct ::Z_Construct_UClass_UEdGraph_ReferenceViewer_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ASSETMANAGEREDITOR_API UClass* ::Z_Construct_UClass_UEdGraph_ReferenceViewer_NoRegister(); \
public: \
DECLARE_CLASS2(UEdGraph_ReferenceViewer, UEdGraph, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AssetManagerEditor"), Z_Construct_UClass_UEdGraph_ReferenceViewer_NoRegister) \
DECLARE_SERIALIZER(UEdGraph_ReferenceViewer)
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h_75_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ASSETMANAGEREDITOR_API UEdGraph_ReferenceViewer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UEdGraph_ReferenceViewer) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ASSETMANAGEREDITOR_API, UEdGraph_ReferenceViewer); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UEdGraph_ReferenceViewer); \
/** Deleted move- and copy-constructors, should never be used */ \
UEdGraph_ReferenceViewer(UEdGraph_ReferenceViewer&&) = delete; \
UEdGraph_ReferenceViewer(const UEdGraph_ReferenceViewer&) = delete; \
ASSETMANAGEREDITOR_API virtual ~UEdGraph_ReferenceViewer();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h_72_PROLOG
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h_75_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h_75_INCLASS \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h_75_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UEdGraph_ReferenceViewer;
// ********** End Class UEdGraph_ReferenceViewer ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_EdGraph_ReferenceViewer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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 "ReferenceViewer/ReferenceViewerSchema.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeReferenceViewerSchema() {}
// ********** Begin Cross Module References ********************************************************
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UReferenceViewerSchema();
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UReferenceViewerSchema_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UEdGraphSchema();
UPackage* Z_Construct_UPackage__Script_AssetManagerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UReferenceViewerSchema ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UReferenceViewerSchema;
UClass* UReferenceViewerSchema::GetPrivateStaticClass()
{
using TClass = UReferenceViewerSchema;
if (!Z_Registration_Info_UClass_UReferenceViewerSchema.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ReferenceViewerSchema"),
Z_Registration_Info_UClass_UReferenceViewerSchema.InnerSingleton,
StaticRegisterNativesUReferenceViewerSchema,
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_UReferenceViewerSchema.InnerSingleton;
}
UClass* Z_Construct_UClass_UReferenceViewerSchema_NoRegister()
{
return UReferenceViewerSchema::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UReferenceViewerSchema_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ReferenceViewer/ReferenceViewerSchema.h" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSchema.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UReferenceViewerSchema constinit property declarations *******************
// ********** End Class UReferenceViewerSchema constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UReferenceViewerSchema>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UReferenceViewerSchema_Statics
UObject* (*const Z_Construct_UClass_UReferenceViewerSchema_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphSchema,
(UObject* (*)())Z_Construct_UPackage__Script_AssetManagerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UReferenceViewerSchema_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UReferenceViewerSchema_Statics::ClassParams = {
&UReferenceViewerSchema::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UReferenceViewerSchema_Statics::Class_MetaDataParams), Z_Construct_UClass_UReferenceViewerSchema_Statics::Class_MetaDataParams)
};
void UReferenceViewerSchema::StaticRegisterNativesUReferenceViewerSchema()
{
}
UClass* Z_Construct_UClass_UReferenceViewerSchema()
{
if (!Z_Registration_Info_UClass_UReferenceViewerSchema.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UReferenceViewerSchema.OuterSingleton, Z_Construct_UClass_UReferenceViewerSchema_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UReferenceViewerSchema.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UReferenceViewerSchema);
UReferenceViewerSchema::~UReferenceViewerSchema() {}
// ********** End Class UReferenceViewerSchema *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h__Script_AssetManagerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UReferenceViewerSchema, UReferenceViewerSchema::StaticClass, TEXT("UReferenceViewerSchema"), &Z_Registration_Info_UClass_UReferenceViewerSchema, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UReferenceViewerSchema), 1577238197U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h__Script_AssetManagerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h__Script_AssetManagerEditor_1089823579{
TEXT("/Script/AssetManagerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h__Script_AssetManagerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h__Script_AssetManagerEditor_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 "ReferenceViewer/ReferenceViewerSchema.h"
#ifdef ASSETMANAGEREDITOR_ReferenceViewerSchema_generated_h
#error "ReferenceViewerSchema.generated.h already included, missing '#pragma once' in ReferenceViewerSchema.h"
#endif
#define ASSETMANAGEREDITOR_ReferenceViewerSchema_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UReferenceViewerSchema ***************************************************
struct Z_Construct_UClass_UReferenceViewerSchema_Statics;
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UReferenceViewerSchema_NoRegister();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h_18_INCLASS \
private: \
static void StaticRegisterNativesUReferenceViewerSchema(); \
friend struct ::Z_Construct_UClass_UReferenceViewerSchema_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ASSETMANAGEREDITOR_API UClass* ::Z_Construct_UClass_UReferenceViewerSchema_NoRegister(); \
public: \
DECLARE_CLASS2(UReferenceViewerSchema, UEdGraphSchema, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AssetManagerEditor"), Z_Construct_UClass_UReferenceViewerSchema_NoRegister) \
DECLARE_SERIALIZER(UReferenceViewerSchema)
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h_18_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ASSETMANAGEREDITOR_API UReferenceViewerSchema(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UReferenceViewerSchema) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ASSETMANAGEREDITOR_API, UReferenceViewerSchema); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UReferenceViewerSchema); \
/** Deleted move- and copy-constructors, should never be used */ \
UReferenceViewerSchema(UReferenceViewerSchema&&) = delete; \
UReferenceViewerSchema(const UReferenceViewerSchema&) = delete; \
ASSETMANAGEREDITOR_API virtual ~UReferenceViewerSchema();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h_15_PROLOG
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h_18_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h_18_INCLASS \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h_18_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UReferenceViewerSchema;
// ********** End Class UReferenceViewerSchema *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSchema_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,586 @@
// 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 "ReferenceViewer/ReferenceViewerSettings.h"
#include "UObject/TopLevelAssetPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeReferenceViewerSettings() {}
// ********** Begin Cross Module References ********************************************************
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UReferenceViewerSettings();
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UReferenceViewerSettings_NoRegister();
ASSETMANAGEREDITOR_API UEnum* Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType();
ASSETMANAGEREDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FilterState();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTopLevelAssetPath();
UPackage* Z_Construct_UPackage__Script_AssetManagerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FilterState *******************************************************
struct Z_Construct_UScriptStruct_FilterState_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FilterState); }
static inline consteval int16 GetStructAlignment() { return alignof(FilterState); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * Project based Reference Viewer Saved Settings \n */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Project based Reference Viewer Saved Settings" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FilterPath_MetaData[] = {
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsEnabled_MetaData[] = {
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FilterState constinit property declarations ***********************
static const UECodeGen_Private::FStructPropertyParams NewProp_FilterPath;
static void NewProp_bIsEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsEnabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FilterState constinit property declarations *************************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FilterState>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FilterState_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FilterState;
class UScriptStruct* FilterState::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FilterState.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FilterState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FilterState, (UObject*)Z_Construct_UPackage__Script_AssetManagerEditor(), TEXT("ilterState"));
}
return Z_Registration_Info_UScriptStruct_FilterState.OuterSingleton;
}
// ********** Begin ScriptStruct FilterState Property Definitions **********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FilterState_Statics::NewProp_FilterPath = { "FilterPath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FilterState, FilterPath), Z_Construct_UScriptStruct_FTopLevelAssetPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FilterPath_MetaData), NewProp_FilterPath_MetaData) }; // 559680422
void Z_Construct_UScriptStruct_FilterState_Statics::NewProp_bIsEnabled_SetBit(void* Obj)
{
((FilterState*)Obj)->bIsEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FilterState_Statics::NewProp_bIsEnabled = { "bIsEnabled", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FilterState), &Z_Construct_UScriptStruct_FilterState_Statics::NewProp_bIsEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsEnabled_MetaData), NewProp_bIsEnabled_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FilterState_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FilterState_Statics::NewProp_FilterPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FilterState_Statics::NewProp_bIsEnabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FilterState_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FilterState Property Definitions ************************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FilterState_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AssetManagerEditor,
nullptr,
&NewStructOps,
"ilterState",
Z_Construct_UScriptStruct_FilterState_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FilterState_Statics::PropPointers),
sizeof(FilterState),
alignof(FilterState),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FilterState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FilterState_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FilterState()
{
if (!Z_Registration_Info_UScriptStruct_FilterState.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FilterState.InnerSingleton, Z_Construct_UScriptStruct_FilterState_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FilterState.InnerSingleton);
}
// ********** End ScriptStruct FilterState *********************************************************
// ********** Begin Enum EEditorOnlyReferenceFilterType ********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType;
static UEnum* EEditorOnlyReferenceFilterType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType.OuterSingleton)
{
Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType, (UObject*)Z_Construct_UPackage__Script_AssetManagerEditor(), TEXT("EEditorOnlyReferenceFilterType"));
}
return Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType.OuterSingleton;
}
template<> ASSETMANAGEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EEditorOnlyReferenceFilterType>()
{
return EEditorOnlyReferenceFilterType_StaticEnum();
}
struct Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** @see tooltips in FAssetManagerEditorCommands::RegisterCommands. */" },
{ "EditorOnly.Name", "EEditorOnlyReferenceFilterType::EditorOnly" },
{ "Game.Name", "EEditorOnlyReferenceFilterType::Game" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "Propagation.Name", "EEditorOnlyReferenceFilterType::Propagation" },
{ "ToolTip", "@see tooltips in FAssetManagerEditorCommands::RegisterCommands." },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EEditorOnlyReferenceFilterType::Game", (int64)EEditorOnlyReferenceFilterType::Game },
{ "EEditorOnlyReferenceFilterType::Propagation", (int64)EEditorOnlyReferenceFilterType::Propagation },
{ "EEditorOnlyReferenceFilterType::EditorOnly", (int64)EEditorOnlyReferenceFilterType::EditorOnly },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AssetManagerEditor,
nullptr,
"EEditorOnlyReferenceFilterType",
"EEditorOnlyReferenceFilterType",
Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType()
{
if (!Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType.InnerSingleton, Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType.InnerSingleton;
}
// ********** End Enum EEditorOnlyReferenceFilterType **********************************************
// ********** Begin Class UReferenceViewerSettings *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UReferenceViewerSettings;
UClass* UReferenceViewerSettings::GetPrivateStaticClass()
{
using TClass = UReferenceViewerSettings;
if (!Z_Registration_Info_UClass_UReferenceViewerSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ReferenceViewerSettings"),
Z_Registration_Info_UClass_UReferenceViewerSettings.InnerSingleton,
StaticRegisterNativesUReferenceViewerSettings,
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_UReferenceViewerSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UReferenceViewerSettings_NoRegister()
{
return UReferenceViewerSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UReferenceViewerSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ReferenceViewer/ReferenceViewerSettings.h" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLimitSearchDepth_MetaData[] = {
{ "Comment", "/* Whether to limit the search depth for Referencers & Dependencies */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to limit the search depth for Referencers & Dependencies" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowReferencers_MetaData[] = {
{ "Comment", "/* Whether to display the Referencers */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to display the Referencers" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxSearchReferencerDepth_MetaData[] = {
{ "Comment", "/* How deep to search references */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "How deep to search references" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowDependencies_MetaData[] = {
{ "Comment", "/* Whether to display the Dependencies */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to display the Dependencies" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxSearchDependencyDepth_MetaData[] = {
{ "Comment", "/* How deep to search dependanies */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "How deep to search dependanies" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLimitSearchBreadth_MetaData[] = {
{ "DeprecatedProperty", "" },
{ "DeprecationMessage", "Search breadth is always limited." },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxSearchBreadth_MetaData[] = {
{ "Comment", "/* The max number of siblings that can appear from a node */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "The max number of siblings that can appear from a node" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableCollectionFilter_MetaData[] = {
{ "Comment", "/* Whether or not to filter from a collection */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether or not to filter from a collection" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnablePluginFilter_MetaData[] = {
{ "Comment", "/* Whether or not to filter for assets by plugins. */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether or not to filter for assets by plugins." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowSoftReferences_MetaData[] = {
{ "Comment", "/* Show/Hide Soft References */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Show/Hide Soft References" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowHardReferences_MetaData[] = {
{ "Comment", "/* Show/Hide Hard References */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Show/Hide Hard References" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowEditorOnlyReferences_MetaData[] = {
{ "DeprecatedProperty", "" },
{ "DeprecationMessage", "Use EditorOnlyReferenceFilterType." },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorOnlyReferenceFilterType_MetaData[] = {
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowManagementReferences_MetaData[] = {
{ "Comment", "/* Show/Hide Management Assets (i.e. PrimaryAssetIds) */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Show/Hide Management Assets (i.e. PrimaryAssetIds)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowSearchableNames_MetaData[] = {
{ "Comment", "/* Show/Hide Searchable Names (i.e. Gameplay Tags) */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Show/Hide Searchable Names (i.e. Gameplay Tags)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowCodePackages_MetaData[] = {
{ "Comment", "/* Show/Hide Native Packages */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Show/Hide Native Packages" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowDuplicates_MetaData[] = {
{ "Comment", "/* Whether to show duplicate asset references */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to show duplicate asset references" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowFilteredPackagesOnly_MetaData[] = {
{ "Comment", "/* Whether to filter the search results or just select them */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to filter the search results or just select them" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsCompactMode_MetaData[] = {
{ "Comment", "/* Whether to show the nodes in a compact (no thumbnail) view */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to show the nodes in a compact (no thumbnail) view" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowExternalReferencers_MetaData[] = {
{ "Comment", "/* Whether to show external referencers or collapsed owner asset */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to show external referencers or collapsed owner asset" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsShowPath_MetaData[] = {
{ "Comment", "/* Whether to show the package's path as a comment */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Whether to show the package's path as a comment" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFiltersEnabled_MetaData[] = {
{ "Comment", "/* This turns on/off any filtering done though the SFilterBar */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "This turns on/off any filtering done though the SFilterBar" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoUpdateFilters_MetaData[] = {
{ "Comment", "/* When true, the filters bar auto updates based on the node types, otherwise user filters will be used */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "When true, the filters bar auto updates based on the node types, otherwise user filters will be used" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UserFilters_MetaData[] = {
{ "Comment", "/* The list of filters the user has built up */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "The list of filters the user has built up" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomFilters_MetaData[] = {
{ "Comment", "/* The list of reference viewer specific filters the user has built up */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "The list of reference viewer specific filters the user has built up" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFindPathEnabled_MetaData[] = {
{ "Comment", "/* Enable the Find Path tool */" },
{ "ModuleRelativePath", "Public/ReferenceViewer/ReferenceViewerSettings.h" },
{ "ToolTip", "Enable the Find Path tool" },
};
#endif // WITH_METADATA
// ********** Begin Class UReferenceViewerSettings constinit property declarations *****************
static void NewProp_bLimitSearchDepth_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLimitSearchDepth;
static void NewProp_bIsShowReferencers_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowReferencers;
static const UECodeGen_Private::FIntPropertyParams NewProp_MaxSearchReferencerDepth;
static void NewProp_bIsShowDependencies_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowDependencies;
static const UECodeGen_Private::FIntPropertyParams NewProp_MaxSearchDependencyDepth;
static void NewProp_bLimitSearchBreadth_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLimitSearchBreadth;
static const UECodeGen_Private::FIntPropertyParams NewProp_MaxSearchBreadth;
static void NewProp_bEnableCollectionFilter_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableCollectionFilter;
static void NewProp_bEnablePluginFilter_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnablePluginFilter;
static void NewProp_bIsShowSoftReferences_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowSoftReferences;
static void NewProp_bIsShowHardReferences_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowHardReferences;
static void NewProp_bIsShowEditorOnlyReferences_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowEditorOnlyReferences;
static const UECodeGen_Private::FIntPropertyParams NewProp_EditorOnlyReferenceFilterType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_EditorOnlyReferenceFilterType;
static void NewProp_bIsShowManagementReferences_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowManagementReferences;
static void NewProp_bIsShowSearchableNames_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowSearchableNames;
static void NewProp_bIsShowCodePackages_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowCodePackages;
static void NewProp_bIsShowDuplicates_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowDuplicates;
static void NewProp_bIsShowFilteredPackagesOnly_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowFilteredPackagesOnly;
static void NewProp_bIsCompactMode_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsCompactMode;
static void NewProp_bIsShowExternalReferencers_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowExternalReferencers;
static void NewProp_bIsShowPath_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsShowPath;
static void NewProp_bFiltersEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFiltersEnabled;
static void NewProp_bAutoUpdateFilters_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoUpdateFilters;
static const UECodeGen_Private::FStructPropertyParams NewProp_UserFilters_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_UserFilters;
static const UECodeGen_Private::FBoolPropertyParams NewProp_CustomFilters_ValueProp;
static const UECodeGen_Private::FStrPropertyParams NewProp_CustomFilters_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_CustomFilters;
static void NewProp_bFindPathEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFindPathEnabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UReferenceViewerSettings constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UReferenceViewerSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UReferenceViewerSettings_Statics
// ********** Begin Class UReferenceViewerSettings Property Definitions ****************************
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchDepth_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bLimitSearchDepth = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchDepth = { "bLimitSearchDepth", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchDepth_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLimitSearchDepth_MetaData), NewProp_bLimitSearchDepth_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowReferencers_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowReferencers = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowReferencers = { "bIsShowReferencers", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowReferencers_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowReferencers_MetaData), NewProp_bIsShowReferencers_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_MaxSearchReferencerDepth = { "MaxSearchReferencerDepth", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UReferenceViewerSettings, MaxSearchReferencerDepth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxSearchReferencerDepth_MetaData), NewProp_MaxSearchReferencerDepth_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDependencies_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowDependencies = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDependencies = { "bIsShowDependencies", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDependencies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowDependencies_MetaData), NewProp_bIsShowDependencies_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_MaxSearchDependencyDepth = { "MaxSearchDependencyDepth", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UReferenceViewerSettings, MaxSearchDependencyDepth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxSearchDependencyDepth_MetaData), NewProp_MaxSearchDependencyDepth_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchBreadth_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bLimitSearchBreadth_DEPRECATED = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchBreadth = { "bLimitSearchBreadth", nullptr, (EPropertyFlags)0x0040000020004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchBreadth_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLimitSearchBreadth_MetaData), NewProp_bLimitSearchBreadth_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_MaxSearchBreadth = { "MaxSearchBreadth", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UReferenceViewerSettings, MaxSearchBreadth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxSearchBreadth_MetaData), NewProp_MaxSearchBreadth_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnableCollectionFilter_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bEnableCollectionFilter = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnableCollectionFilter = { "bEnableCollectionFilter", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnableCollectionFilter_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableCollectionFilter_MetaData), NewProp_bEnableCollectionFilter_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnablePluginFilter_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bEnablePluginFilter = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnablePluginFilter = { "bEnablePluginFilter", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnablePluginFilter_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnablePluginFilter_MetaData), NewProp_bEnablePluginFilter_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSoftReferences_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowSoftReferences = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSoftReferences = { "bIsShowSoftReferences", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSoftReferences_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowSoftReferences_MetaData), NewProp_bIsShowSoftReferences_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowHardReferences_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowHardReferences = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowHardReferences = { "bIsShowHardReferences", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowHardReferences_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowHardReferences_MetaData), NewProp_bIsShowHardReferences_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowEditorOnlyReferences_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowEditorOnlyReferences = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowEditorOnlyReferences = { "bIsShowEditorOnlyReferences", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowEditorOnlyReferences_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowEditorOnlyReferences_MetaData), NewProp_bIsShowEditorOnlyReferences_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_EditorOnlyReferenceFilterType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_EditorOnlyReferenceFilterType = { "EditorOnlyReferenceFilterType", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UReferenceViewerSettings, EditorOnlyReferenceFilterType), Z_Construct_UEnum_AssetManagerEditor_EEditorOnlyReferenceFilterType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorOnlyReferenceFilterType_MetaData), NewProp_EditorOnlyReferenceFilterType_MetaData) }; // 2724193624
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowManagementReferences_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowManagementReferences = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowManagementReferences = { "bIsShowManagementReferences", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowManagementReferences_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowManagementReferences_MetaData), NewProp_bIsShowManagementReferences_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSearchableNames_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowSearchableNames = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSearchableNames = { "bIsShowSearchableNames", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSearchableNames_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowSearchableNames_MetaData), NewProp_bIsShowSearchableNames_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowCodePackages_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowCodePackages = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowCodePackages = { "bIsShowCodePackages", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowCodePackages_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowCodePackages_MetaData), NewProp_bIsShowCodePackages_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDuplicates_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowDuplicates = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDuplicates = { "bIsShowDuplicates", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDuplicates_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowDuplicates_MetaData), NewProp_bIsShowDuplicates_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowFilteredPackagesOnly_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowFilteredPackagesOnly = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowFilteredPackagesOnly = { "bIsShowFilteredPackagesOnly", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowFilteredPackagesOnly_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowFilteredPackagesOnly_MetaData), NewProp_bIsShowFilteredPackagesOnly_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsCompactMode_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsCompactMode = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsCompactMode = { "bIsCompactMode", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsCompactMode_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsCompactMode_MetaData), NewProp_bIsCompactMode_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowExternalReferencers_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowExternalReferencers = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowExternalReferencers = { "bIsShowExternalReferencers", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowExternalReferencers_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowExternalReferencers_MetaData), NewProp_bIsShowExternalReferencers_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowPath_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bIsShowPath = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowPath = { "bIsShowPath", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowPath_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsShowPath_MetaData), NewProp_bIsShowPath_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFiltersEnabled_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bFiltersEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFiltersEnabled = { "bFiltersEnabled", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFiltersEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFiltersEnabled_MetaData), NewProp_bFiltersEnabled_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bAutoUpdateFilters_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bAutoUpdateFilters = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bAutoUpdateFilters = { "bAutoUpdateFilters", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bAutoUpdateFilters_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoUpdateFilters_MetaData), NewProp_bAutoUpdateFilters_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_UserFilters_Inner = { "UserFilters", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FilterState, METADATA_PARAMS(0, nullptr) }; // 1447731
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_UserFilters = { "UserFilters", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UReferenceViewerSettings, UserFilters), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UserFilters_MetaData), NewProp_UserFilters_MetaData) }; // 1447731
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_CustomFilters_ValueProp = { "CustomFilters", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_CustomFilters_Key_KeyProp = { "CustomFilters_Key", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_CustomFilters = { "CustomFilters", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UReferenceViewerSettings, CustomFilters), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomFilters_MetaData), NewProp_CustomFilters_MetaData) };
void Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFindPathEnabled_SetBit(void* Obj)
{
((UReferenceViewerSettings*)Obj)->bFindPathEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFindPathEnabled = { "bFindPathEnabled", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UReferenceViewerSettings), &Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFindPathEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFindPathEnabled_MetaData), NewProp_bFindPathEnabled_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UReferenceViewerSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchDepth,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowReferencers,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_MaxSearchReferencerDepth,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDependencies,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_MaxSearchDependencyDepth,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bLimitSearchBreadth,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_MaxSearchBreadth,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnableCollectionFilter,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bEnablePluginFilter,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSoftReferences,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowHardReferences,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowEditorOnlyReferences,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_EditorOnlyReferenceFilterType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_EditorOnlyReferenceFilterType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowManagementReferences,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowSearchableNames,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowCodePackages,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowDuplicates,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowFilteredPackagesOnly,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsCompactMode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowExternalReferencers,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bIsShowPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFiltersEnabled,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bAutoUpdateFilters,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_UserFilters_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_UserFilters,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_CustomFilters_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_CustomFilters_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_CustomFilters,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UReferenceViewerSettings_Statics::NewProp_bFindPathEnabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UReferenceViewerSettings_Statics::PropPointers) < 2048);
// ********** End Class UReferenceViewerSettings Property Definitions ******************************
UObject* (*const Z_Construct_UClass_UReferenceViewerSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AssetManagerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UReferenceViewerSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UReferenceViewerSettings_Statics::ClassParams = {
&UReferenceViewerSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UReferenceViewerSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UReferenceViewerSettings_Statics::PropPointers),
0,
0x000000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UReferenceViewerSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UReferenceViewerSettings_Statics::Class_MetaDataParams)
};
void UReferenceViewerSettings::StaticRegisterNativesUReferenceViewerSettings()
{
}
UClass* Z_Construct_UClass_UReferenceViewerSettings()
{
if (!Z_Registration_Info_UClass_UReferenceViewerSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UReferenceViewerSettings.OuterSingleton, Z_Construct_UClass_UReferenceViewerSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UReferenceViewerSettings.OuterSingleton;
}
UReferenceViewerSettings::UReferenceViewerSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UReferenceViewerSettings);
UReferenceViewerSettings::~UReferenceViewerSettings() {}
// ********** End Class UReferenceViewerSettings ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EEditorOnlyReferenceFilterType_StaticEnum, TEXT("EEditorOnlyReferenceFilterType"), &Z_Registration_Info_UEnum_EEditorOnlyReferenceFilterType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2724193624U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FilterState::StaticStruct, Z_Construct_UScriptStruct_FilterState_Statics::NewStructOps, TEXT("ilterState"),&Z_Registration_Info_UScriptStruct_FilterState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FilterState), 1447731U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UReferenceViewerSettings, UReferenceViewerSettings::StaticClass, TEXT("UReferenceViewerSettings"), &Z_Registration_Info_UClass_UReferenceViewerSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UReferenceViewerSettings), 2724664491U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_3161979825{
TEXT("/Script/AssetManagerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h__Script_AssetManagerEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,86 @@
// 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 "ReferenceViewer/ReferenceViewerSettings.h"
#ifdef ASSETMANAGEREDITOR_ReferenceViewerSettings_generated_h
#error "ReferenceViewerSettings.generated.h already included, missing '#pragma once' in ReferenceViewerSettings.h"
#endif
#define ASSETMANAGEREDITOR_ReferenceViewerSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FilterState *******************************************************
struct Z_Construct_UScriptStruct_FilterState_Statics;
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h_16_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FilterState_Statics; \
ASSETMANAGEREDITOR_API static class UScriptStruct* StaticStruct();
struct FilterState;
// ********** End ScriptStruct FilterState *********************************************************
// ********** Begin Class UReferenceViewerSettings *************************************************
struct Z_Construct_UClass_UReferenceViewerSettings_Statics;
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_UReferenceViewerSettings_NoRegister();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h_48_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUReferenceViewerSettings(); \
friend struct ::Z_Construct_UClass_UReferenceViewerSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ASSETMANAGEREDITOR_API UClass* ::Z_Construct_UClass_UReferenceViewerSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UReferenceViewerSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/AssetManagerEditor"), Z_Construct_UClass_UReferenceViewerSettings_NoRegister) \
DECLARE_SERIALIZER(UReferenceViewerSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h_48_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UReferenceViewerSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UReferenceViewerSettings(UReferenceViewerSettings&&) = delete; \
UReferenceViewerSettings(const UReferenceViewerSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UReferenceViewerSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UReferenceViewerSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UReferenceViewerSettings) \
NO_API virtual ~UReferenceViewerSettings();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h_44_PROLOG
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h_48_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h_48_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h_48_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UReferenceViewerSettings;
// ********** End Class UReferenceViewerSettings ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Public_ReferenceViewer_ReferenceViewerSettings_h
// ********** Begin Enum EEditorOnlyReferenceFilterType ********************************************
#define FOREACH_ENUM_EEDITORONLYREFERENCEFILTERTYPE(op) \
op(EEditorOnlyReferenceFilterType::Game) \
op(EEditorOnlyReferenceFilterType::Propagation) \
op(EEditorOnlyReferenceFilterType::EditorOnly)
enum class EEditorOnlyReferenceFilterType;
template<> struct TIsUEnumClass<EEditorOnlyReferenceFilterType> { enum { Value = true }; };
template<> ASSETMANAGEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EEditorOnlyReferenceFilterType>();
// ********** End Enum EEditorOnlyReferenceFilterType **********************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,204 @@
// 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 "SSizeMap.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSSizeMap() {}
// ********** Begin Cross Module References ********************************************************
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_USizeMapSettings();
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_USizeMapSettings_NoRegister();
ASSETMANAGEREDITOR_API UEnum* Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AssetManagerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ESizeMapDependencyType ****************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESizeMapDependencyType;
static UEnum* ESizeMapDependencyType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ESizeMapDependencyType.OuterSingleton)
{
Z_Registration_Info_UEnum_ESizeMapDependencyType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType, (UObject*)Z_Construct_UPackage__Script_AssetManagerEditor(), TEXT("ESizeMapDependencyType"));
}
return Z_Registration_Info_UEnum_ESizeMapDependencyType.OuterSingleton;
}
template<> ASSETMANAGEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<ESizeMapDependencyType>()
{
return ESizeMapDependencyType_StaticEnum();
}
struct Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "All.Comment", "/** Queries all hard dependencies */" },
{ "All.Name", "ESizeMapDependencyType::All" },
{ "All.ToolTip", "Queries all hard dependencies" },
{ "EditorOnly.Comment", "/** Queries hard dependencies that only exist in the editor. See UE::AssetRegistry::EDependencyQuery::EditorOnly */" },
{ "EditorOnly.Name", "ESizeMapDependencyType::EditorOnly" },
{ "EditorOnly.ToolTip", "Queries hard dependencies that only exist in the editor. See UE::AssetRegistry::EDependencyQuery::EditorOnly" },
{ "Game.Comment", "/** Queries hard dependencies that are part of a cooked build. See UE::AssetRegistry::EDependencyQuery::Game. */" },
{ "Game.Name", "ESizeMapDependencyType::Game" },
{ "Game.ToolTip", "Queries hard dependencies that are part of a cooked build. See UE::AssetRegistry::EDependencyQuery::Game." },
{ "ModuleRelativePath", "Private/SSizeMap.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ESizeMapDependencyType::All", (int64)ESizeMapDependencyType::All },
{ "ESizeMapDependencyType::Game", (int64)ESizeMapDependencyType::Game },
{ "ESizeMapDependencyType::EditorOnly", (int64)ESizeMapDependencyType::EditorOnly },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AssetManagerEditor,
nullptr,
"ESizeMapDependencyType",
"ESizeMapDependencyType",
Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType()
{
if (!Z_Registration_Info_UEnum_ESizeMapDependencyType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESizeMapDependencyType.InnerSingleton, Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ESizeMapDependencyType.InnerSingleton;
}
// ********** End Enum ESizeMapDependencyType ******************************************************
// ********** Begin Class USizeMapSettings *********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USizeMapSettings;
UClass* USizeMapSettings::GetPrivateStaticClass()
{
using TClass = USizeMapSettings;
if (!Z_Registration_Info_UClass_USizeMapSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SizeMapSettings"),
Z_Registration_Info_UClass_USizeMapSettings.InnerSingleton,
StaticRegisterNativesUSizeMapSettings,
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_USizeMapSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_USizeMapSettings_NoRegister()
{
return USizeMapSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USizeMapSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "SSizeMap.h" },
{ "ModuleRelativePath", "Private/SSizeMap.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SizeType_MetaData[] = {
{ "ModuleRelativePath", "Private/SSizeMap.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyType_MetaData[] = {
{ "ModuleRelativePath", "Private/SSizeMap.h" },
};
#endif // WITH_METADATA
// ********** Begin Class USizeMapSettings constinit property declarations *************************
static const UECodeGen_Private::FNamePropertyParams NewProp_SizeType;
static const UECodeGen_Private::FIntPropertyParams NewProp_DependencyType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_DependencyType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USizeMapSettings constinit property declarations ***************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USizeMapSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USizeMapSettings_Statics
// ********** Begin Class USizeMapSettings Property Definitions ************************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_USizeMapSettings_Statics::NewProp_SizeType = { "SizeType", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USizeMapSettings, SizeType), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SizeType_MetaData), NewProp_SizeType_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_USizeMapSettings_Statics::NewProp_DependencyType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_USizeMapSettings_Statics::NewProp_DependencyType = { "DependencyType", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USizeMapSettings, DependencyType), Z_Construct_UEnum_AssetManagerEditor_ESizeMapDependencyType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyType_MetaData), NewProp_DependencyType_MetaData) }; // 3252871655
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USizeMapSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USizeMapSettings_Statics::NewProp_SizeType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USizeMapSettings_Statics::NewProp_DependencyType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USizeMapSettings_Statics::NewProp_DependencyType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USizeMapSettings_Statics::PropPointers) < 2048);
// ********** End Class USizeMapSettings Property Definitions **************************************
UObject* (*const Z_Construct_UClass_USizeMapSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AssetManagerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USizeMapSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USizeMapSettings_Statics::ClassParams = {
&USizeMapSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USizeMapSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USizeMapSettings_Statics::PropPointers),
0,
0x000000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USizeMapSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_USizeMapSettings_Statics::Class_MetaDataParams)
};
void USizeMapSettings::StaticRegisterNativesUSizeMapSettings()
{
}
UClass* Z_Construct_UClass_USizeMapSettings()
{
if (!Z_Registration_Info_UClass_USizeMapSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USizeMapSettings.OuterSingleton, Z_Construct_UClass_USizeMapSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USizeMapSettings.OuterSingleton;
}
USizeMapSettings::USizeMapSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USizeMapSettings);
USizeMapSettings::~USizeMapSettings() {}
// ********** End Class USizeMapSettings ***********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h__Script_AssetManagerEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ESizeMapDependencyType_StaticEnum, TEXT("ESizeMapDependencyType"), &Z_Registration_Info_UEnum_ESizeMapDependencyType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3252871655U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USizeMapSettings, USizeMapSettings::StaticClass, TEXT("USizeMapSettings"), &Z_Registration_Info_UClass_USizeMapSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USizeMapSettings), 699527855U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h__Script_AssetManagerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h__Script_AssetManagerEditor_825791600{
TEXT("/Script/AssetManagerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h__Script_AssetManagerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h__Script_AssetManagerEditor_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h__Script_AssetManagerEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h__Script_AssetManagerEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,76 @@
// 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 "SSizeMap.h"
#ifdef ASSETMANAGEREDITOR_SSizeMap_generated_h
#error "SSizeMap.generated.h already included, missing '#pragma once' in SSizeMap.h"
#endif
#define ASSETMANAGEREDITOR_SSizeMap_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class USizeMapSettings *********************************************************
struct Z_Construct_UClass_USizeMapSettings_Statics;
ASSETMANAGEREDITOR_API UClass* Z_Construct_UClass_USizeMapSettings_NoRegister();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h_34_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUSizeMapSettings(); \
friend struct ::Z_Construct_UClass_USizeMapSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ASSETMANAGEREDITOR_API UClass* ::Z_Construct_UClass_USizeMapSettings_NoRegister(); \
public: \
DECLARE_CLASS2(USizeMapSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/AssetManagerEditor"), Z_Construct_UClass_USizeMapSettings_NoRegister) \
DECLARE_SERIALIZER(USizeMapSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h_34_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API USizeMapSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
USizeMapSettings(USizeMapSettings&&) = delete; \
USizeMapSettings(const USizeMapSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, USizeMapSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(USizeMapSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(USizeMapSettings) \
NO_API virtual ~USizeMapSettings();
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h_31_PROLOG
#define FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h_34_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h_34_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h_34_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class USizeMapSettings;
// ********** End Class USizeMapSettings ***********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_AssetManagerEditor_Source_AssetManagerEditor_Private_SSizeMap_h
// ********** Begin Enum ESizeMapDependencyType ****************************************************
#define FOREACH_ENUM_ESIZEMAPDEPENDENCYTYPE(op) \
op(ESizeMapDependencyType::All) \
op(ESizeMapDependencyType::Game) \
op(ESizeMapDependencyType::EditorOnly)
enum class ESizeMapDependencyType;
template<> struct TIsUEnumClass<ESizeMapDependencyType> { enum { Value = true }; };
template<> ASSETMANAGEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<ESizeMapDependencyType>();
// ********** End Enum ESizeMapDependencyType ******************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,6 @@
D:\UE_5_7_1\Engine\Plugins\Editor\AssetManagerEditor\Source\AssetManagerEditor\Public\ReferenceViewer\EdGraphNode_Reference.h
D:\UE_5_7_1\Engine\Plugins\Editor\AssetManagerEditor\Source\AssetManagerEditor\Public\ReferenceViewer\EdGraphNode_ReferencedProperties.h
D:\UE_5_7_1\Engine\Plugins\Editor\AssetManagerEditor\Source\AssetManagerEditor\Public\ReferenceViewer\ReferenceViewerSchema.h
D:\UE_5_7_1\Engine\Plugins\Editor\AssetManagerEditor\Source\AssetManagerEditor\Public\ReferenceViewer\ReferenceViewerSettings.h
D:\UE_5_7_1\Engine\Plugins\Editor\AssetManagerEditor\Source\AssetManagerEditor\Public\ReferenceViewer\EdGraph_ReferenceViewer.h
D:\UE_5_7_1\Engine\Plugins\Editor\AssetManagerEditor\Source\AssetManagerEditor\Private\SSizeMap.h