171 lines
11 KiB
C++
171 lines
11 KiB
C++
|
|
// 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 "ClassViewerProjectSettings.h"
|
||
|
|
#include "UObject/SoftObjectPath.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeClassViewerProjectSettings() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
CLASSVIEWER_API UClass* Z_Construct_UClass_UClassViewerProjectSettings();
|
||
|
|
CLASSVIEWER_API UClass* Z_Construct_UClass_UClassViewerProjectSettings_NoRegister();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftClassPath();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ClassViewer();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UClassViewerProjectSettings **********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UClassViewerProjectSettings;
|
||
|
|
UClass* UClassViewerProjectSettings::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UClassViewerProjectSettings;
|
||
|
|
if (!Z_Registration_Info_UClass_UClassViewerProjectSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("ClassViewerProjectSettings"),
|
||
|
|
Z_Registration_Info_UClass_UClassViewerProjectSettings.InnerSingleton,
|
||
|
|
StaticRegisterNativesUClassViewerProjectSettings,
|
||
|
|
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_UClassViewerProjectSettings.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UClassViewerProjectSettings_NoRegister()
|
||
|
|
{
|
||
|
|
return UClassViewerProjectSettings::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UClassViewerProjectSettings_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Implements the settings for the Class Viewer Project Settings\n */" },
|
||
|
|
{ "IncludePath", "ClassViewerProjectSettings.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClassViewerProjectSettings.h" },
|
||
|
|
{ "ToolTip", "Implements the settings for the Class Viewer Project Settings" },
|
||
|
|
};
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InternalOnlyPaths_MetaData[] = {
|
||
|
|
{ "Category", "ClassVisibilityManagement" },
|
||
|
|
{ "Comment", "/** The base directories to be considered Internal Only for the class picker.*/" },
|
||
|
|
{ "ContentDir", "" },
|
||
|
|
{ "DisplayName", "List of directories to consider Internal Only." },
|
||
|
|
{ "LongPackageName", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClassViewerProjectSettings.h" },
|
||
|
|
{ "ToolTip", "The base directories to be considered Internal Only for the class picker." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InternalOnlyClasses_MetaData[] = {
|
||
|
|
{ "AllowAbstract", "true" },
|
||
|
|
{ "Category", "ClassVisibilityManagement" },
|
||
|
|
{ "Comment", "/** The base classes to be considered Internal Only for the class picker.*/" },
|
||
|
|
{ "DisplayName", "List of base classes to consider Internal Only." },
|
||
|
|
{ "HideViewOptions", "" },
|
||
|
|
{ "MetaClass", "/Script/CoreUObject.Object" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClassViewerProjectSettings.h" },
|
||
|
|
{ "ShowTreeView", "" },
|
||
|
|
{ "ToolTip", "The base classes to be considered Internal Only for the class picker." },
|
||
|
|
};
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UClassViewerProjectSettings constinit property declarations **************
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InternalOnlyPaths_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InternalOnlyPaths;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InternalOnlyClasses_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InternalOnlyClasses;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
// ********** End Class UClassViewerProjectSettings constinit property declarations ****************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UClassViewerProjectSettings>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UClassViewerProjectSettings_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UClassViewerProjectSettings Property Definitions *************************
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths_Inner = { "InternalOnlyPaths", nullptr, (EPropertyFlags)0x0000000800004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(0, nullptr) }; // 1225349189
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths = { "InternalOnlyPaths", nullptr, (EPropertyFlags)0x0010000800004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClassViewerProjectSettings, InternalOnlyPaths), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InternalOnlyPaths_MetaData), NewProp_InternalOnlyPaths_MetaData) }; // 1225349189
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses_Inner = { "InternalOnlyClasses", nullptr, (EPropertyFlags)0x0000000800004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(0, nullptr) }; // 3467803280
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses = { "InternalOnlyClasses", nullptr, (EPropertyFlags)0x0010000800004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClassViewerProjectSettings, InternalOnlyClasses), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InternalOnlyClasses_MetaData), NewProp_InternalOnlyClasses_MetaData) }; // 3467803280
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers) < 2048);
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
// ********** End Class UClassViewerProjectSettings Property Definitions ***************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UClassViewerProjectSettings_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClassViewer,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::ClassParams = {
|
||
|
|
&UClassViewerProjectSettings::StaticClass,
|
||
|
|
"Engine",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers, nullptr),
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers), 0),
|
||
|
|
0,
|
||
|
|
0x000800A6u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UClassViewerProjectSettings_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UClassViewerProjectSettings::StaticRegisterNativesUClassViewerProjectSettings()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UClassViewerProjectSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UClassViewerProjectSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClassViewerProjectSettings.OuterSingleton, Z_Construct_UClass_UClassViewerProjectSettings_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UClassViewerProjectSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClassViewerProjectSettings);
|
||
|
|
UClassViewerProjectSettings::~UClassViewerProjectSettings() {}
|
||
|
|
// ********** End Class UClassViewerProjectSettings ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UClassViewerProjectSettings, UClassViewerProjectSettings::StaticClass, TEXT("UClassViewerProjectSettings"), &Z_Registration_Info_UClass_UClassViewerProjectSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClassViewerProjectSettings), 159630784U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_853185871{
|
||
|
|
TEXT("/Script/ClassViewer"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|