150 lines
9.7 KiB
C++
150 lines
9.7 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 "RewindDebuggerVLogSettings.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeRewindDebuggerVLogSettings() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
|
||
|
|
REWINDDEBUGGERVLOG_API UClass* Z_Construct_UClass_URewindDebuggerVLogSettings();
|
||
|
|
REWINDDEBUGGERVLOG_API UClass* Z_Construct_UClass_URewindDebuggerVLogSettings_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_RewindDebuggerVLog();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class URewindDebuggerVLogSettings **********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URewindDebuggerVLogSettings;
|
||
|
|
UClass* URewindDebuggerVLogSettings::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = URewindDebuggerVLogSettings;
|
||
|
|
if (!Z_Registration_Info_UClass_URewindDebuggerVLogSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("RewindDebuggerVLogSettings"),
|
||
|
|
Z_Registration_Info_UClass_URewindDebuggerVLogSettings.InnerSingleton,
|
||
|
|
StaticRegisterNativesURewindDebuggerVLogSettings,
|
||
|
|
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_URewindDebuggerVLogSettings.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URewindDebuggerVLogSettings_NoRegister()
|
||
|
|
{
|
||
|
|
return URewindDebuggerVLogSettings::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_URewindDebuggerVLogSettings_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Settings for the Rewind Debugger Visual Logger integration.\n */" },
|
||
|
|
{ "DisplayName", "Rewind Debugger - Visual Logging" },
|
||
|
|
{ "IncludePath", "RewindDebuggerVLogSettings.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/RewindDebuggerVLogSettings.h" },
|
||
|
|
{ "ToolTip", "Settings for the Rewind Debugger Visual Logger integration." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DisplayVerbosity_MetaData[] = {
|
||
|
|
{ "Category", "VisualLogger" },
|
||
|
|
{ "Comment", "// Display Visual Logger shapes above this verbosity level\n" },
|
||
|
|
{ "ModuleRelativePath", "Private/RewindDebuggerVLogSettings.h" },
|
||
|
|
{ "ToolTip", "Display Visual Logger shapes above this verbosity level" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DisplayCategories_MetaData[] = {
|
||
|
|
{ "Category", "VisualLogger" },
|
||
|
|
{ "Comment", "// Display Visual Logger shapes in these categories\n" },
|
||
|
|
{ "ModuleRelativePath", "Private/RewindDebuggerVLogSettings.h" },
|
||
|
|
{ "ToolTip", "Display Visual Logger shapes in these categories" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class URewindDebuggerVLogSettings constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_DisplayVerbosity;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_DisplayCategories_ElementProp;
|
||
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_DisplayCategories;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class URewindDebuggerVLogSettings constinit property declarations ****************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<URewindDebuggerVLogSettings>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_URewindDebuggerVLogSettings_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class URewindDebuggerVLogSettings Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::NewProp_DisplayVerbosity = { "DisplayVerbosity", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URewindDebuggerVLogSettings, DisplayVerbosity), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DisplayVerbosity_MetaData), NewProp_DisplayVerbosity_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::NewProp_DisplayCategories_ElementProp = { "DisplayCategories", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::NewProp_DisplayCategories = { "DisplayCategories", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URewindDebuggerVLogSettings, DisplayCategories), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DisplayCategories_MetaData), NewProp_DisplayCategories_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::NewProp_DisplayVerbosity,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::NewProp_DisplayCategories_ElementProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::NewProp_DisplayCategories,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class URewindDebuggerVLogSettings Property Definitions ***************************
|
||
|
|
UObject* (*const Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RewindDebuggerVLog,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::ClassParams = {
|
||
|
|
&URewindDebuggerVLogSettings::StaticClass,
|
||
|
|
"EditorPerProjectUserSettings",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000000A4u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void URewindDebuggerVLogSettings::StaticRegisterNativesURewindDebuggerVLogSettings()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URewindDebuggerVLogSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_URewindDebuggerVLogSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URewindDebuggerVLogSettings.OuterSingleton, Z_Construct_UClass_URewindDebuggerVLogSettings_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_URewindDebuggerVLogSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URewindDebuggerVLogSettings);
|
||
|
|
URewindDebuggerVLogSettings::~URewindDebuggerVLogSettings() {}
|
||
|
|
// ********** End Class URewindDebuggerVLogSettings ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_GameplayInsights_Source_RewindDebuggerVLog_Private_RewindDebuggerVLogSettings_h__Script_RewindDebuggerVLog_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_URewindDebuggerVLogSettings, URewindDebuggerVLogSettings::StaticClass, TEXT("URewindDebuggerVLogSettings"), &Z_Registration_Info_UClass_URewindDebuggerVLogSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URewindDebuggerVLogSettings), 28262913U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_GameplayInsights_Source_RewindDebuggerVLog_Private_RewindDebuggerVLogSettings_h__Script_RewindDebuggerVLog_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_GameplayInsights_Source_RewindDebuggerVLog_Private_RewindDebuggerVLogSettings_h__Script_RewindDebuggerVLog_2160061886{
|
||
|
|
TEXT("/Script/RewindDebuggerVLog"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_GameplayInsights_Source_RewindDebuggerVLog_Private_RewindDebuggerVLogSettings_h__Script_RewindDebuggerVLog_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_GameplayInsights_Source_RewindDebuggerVLog_Private_RewindDebuggerVLogSettings_h__Script_RewindDebuggerVLog_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|