Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/AudioAnalyzer/UHT/AudioAnalyzerSubsystem.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

137 lines
8.1 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 "AudioAnalyzerSubsystem.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAudioAnalyzerSubsystem() {}
// ********** Begin Cross Module References ********************************************************
AUDIOANALYZER_API UClass* Z_Construct_UClass_UAudioAnalyzer_NoRegister();
AUDIOANALYZER_API UClass* Z_Construct_UClass_UAudioAnalyzerSubsystem();
AUDIOANALYZER_API UClass* Z_Construct_UClass_UAudioAnalyzerSubsystem_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UEngineSubsystem();
UPackage* Z_Construct_UPackage__Script_AudioAnalyzer();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAudioAnalyzerSubsystem **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAudioAnalyzerSubsystem;
UClass* UAudioAnalyzerSubsystem::GetPrivateStaticClass()
{
using TClass = UAudioAnalyzerSubsystem;
if (!Z_Registration_Info_UClass_UAudioAnalyzerSubsystem.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AudioAnalyzerSubsystem"),
Z_Registration_Info_UClass_UAudioAnalyzerSubsystem.InnerSingleton,
StaticRegisterNativesUAudioAnalyzerSubsystem,
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_UAudioAnalyzerSubsystem.InnerSingleton;
}
UClass* Z_Construct_UClass_UAudioAnalyzerSubsystem_NoRegister()
{
return UAudioAnalyzerSubsystem::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** \n* Class manages querying analysis results from various audio analyzers.\n*/" },
{ "IncludePath", "AudioAnalyzerSubsystem.h" },
{ "ModuleRelativePath", "Classes/AudioAnalyzerSubsystem.h" },
{ "ToolTip", "Class manages querying analysis results from various audio analyzers." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioAnalyzers_MetaData[] = {
{ "ModuleRelativePath", "Classes/AudioAnalyzerSubsystem.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAudioAnalyzerSubsystem constinit property declarations ******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_AudioAnalyzers_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AudioAnalyzers;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAudioAnalyzerSubsystem constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAudioAnalyzerSubsystem>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics
// ********** Begin Class UAudioAnalyzerSubsystem Property Definitions *****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::NewProp_AudioAnalyzers_Inner = { "AudioAnalyzers", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UAudioAnalyzer_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::NewProp_AudioAnalyzers = { "AudioAnalyzers", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioAnalyzerSubsystem, AudioAnalyzers), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioAnalyzers_MetaData), NewProp_AudioAnalyzers_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::NewProp_AudioAnalyzers_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::NewProp_AudioAnalyzers,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::PropPointers) < 2048);
// ********** End Class UAudioAnalyzerSubsystem Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEngineSubsystem,
(UObject* (*)())Z_Construct_UPackage__Script_AudioAnalyzer,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::ClassParams = {
&UAudioAnalyzerSubsystem::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::Class_MetaDataParams), Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::Class_MetaDataParams)
};
void UAudioAnalyzerSubsystem::StaticRegisterNativesUAudioAnalyzerSubsystem()
{
}
UClass* Z_Construct_UClass_UAudioAnalyzerSubsystem()
{
if (!Z_Registration_Info_UClass_UAudioAnalyzerSubsystem.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAudioAnalyzerSubsystem.OuterSingleton, Z_Construct_UClass_UAudioAnalyzerSubsystem_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAudioAnalyzerSubsystem.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAudioAnalyzerSubsystem);
// ********** End Class UAudioAnalyzerSubsystem ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioAnalyzer_Classes_AudioAnalyzerSubsystem_h__Script_AudioAnalyzer_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAudioAnalyzerSubsystem, UAudioAnalyzerSubsystem::StaticClass, TEXT("UAudioAnalyzerSubsystem"), &Z_Registration_Info_UClass_UAudioAnalyzerSubsystem, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAudioAnalyzerSubsystem), 2767466602U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioAnalyzer_Classes_AudioAnalyzerSubsystem_h__Script_AudioAnalyzer_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioAnalyzer_Classes_AudioAnalyzerSubsystem_h__Script_AudioAnalyzer_1701454646{
TEXT("/Script/AudioAnalyzer"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioAnalyzer_Classes_AudioAnalyzerSubsystem_h__Script_AudioAnalyzer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AudioAnalyzer_Classes_AudioAnalyzerSubsystem_h__Script_AudioAnalyzer_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS