Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/FunctionalTesting/UHT/TestPhaseComponent.gen.cpp

121 lines
5.8 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "TestPhaseComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTestPhaseComponent() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_USceneComponent();
FUNCTIONALTESTING_API UClass* Z_Construct_UClass_UTestPhaseComponent();
FUNCTIONALTESTING_API UClass* Z_Construct_UClass_UTestPhaseComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_FunctionalTesting();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UTestPhaseComponent ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UTestPhaseComponent;
UClass* UTestPhaseComponent::GetPrivateStaticClass()
{
using TClass = UTestPhaseComponent;
if (!Z_Registration_Info_UClass_UTestPhaseComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("TestPhaseComponent"),
Z_Registration_Info_UClass_UTestPhaseComponent.InnerSingleton,
StaticRegisterNativesUTestPhaseComponent,
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_UTestPhaseComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UTestPhaseComponent_NoRegister()
{
return UTestPhaseComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UTestPhaseComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Trigger PhysicsVolume" },
{ "IncludePath", "TestPhaseComponent.h" },
{ "ModuleRelativePath", "Classes/TestPhaseComponent.h" },
{ "ObjectInitializerConstructorDeclared", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UTestPhaseComponent constinit property declarations **********************
// ********** End Class UTestPhaseComponent constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UTestPhaseComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UTestPhaseComponent_Statics
UObject* (*const Z_Construct_UClass_UTestPhaseComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USceneComponent,
(UObject* (*)())Z_Construct_UPackage__Script_FunctionalTesting,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTestPhaseComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTestPhaseComponent_Statics::ClassParams = {
&UTestPhaseComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x00A010A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTestPhaseComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UTestPhaseComponent_Statics::Class_MetaDataParams)
};
void UTestPhaseComponent::StaticRegisterNativesUTestPhaseComponent()
{
}
UClass* Z_Construct_UClass_UTestPhaseComponent()
{
if (!Z_Registration_Info_UClass_UTestPhaseComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTestPhaseComponent.OuterSingleton, Z_Construct_UClass_UTestPhaseComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UTestPhaseComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTestPhaseComponent);
UTestPhaseComponent::~UTestPhaseComponent() {}
// ********** End Class UTestPhaseComponent ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_TestPhaseComponent_h__Script_FunctionalTesting_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UTestPhaseComponent, UTestPhaseComponent::StaticClass, TEXT("UTestPhaseComponent"), &Z_Registration_Info_UClass_UTestPhaseComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTestPhaseComponent), 1111315672U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_TestPhaseComponent_h__Script_FunctionalTesting_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_TestPhaseComponent_h__Script_FunctionalTesting_2923366589{
TEXT("/Script/FunctionalTesting"),
Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_TestPhaseComponent_h__Script_FunctionalTesting_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_FunctionalTesting_Classes_TestPhaseComponent_h__Script_FunctionalTesting_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS