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

244 lines
16 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 "Elimination/EliminationComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeEliminationComponent() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UActorComponent();
FPSTEMPLATE_API UClass* Z_Construct_UClass_UEliminationComponent();
FPSTEMPLATE_API UClass* Z_Construct_UClass_UEliminationComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_FPSTemplate();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UEliminationComponent Function OnRoundReported ***************************
struct Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics
{
struct EliminationComponent_eventOnRoundReported_Parms
{
AActor* Attacker;
AActor* Victim;
bool bHit;
bool bHeadShot;
bool bLethal;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Elimination/EliminationComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Function OnRoundReported constinit property declarations ***********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Attacker;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Victim;
static void NewProp_bHit_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHit;
static void NewProp_bHeadShot_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHeadShot;
static void NewProp_bLethal_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLethal;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnRoundReported constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnRoundReported Property Definitions **********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_Attacker = { "Attacker", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EliminationComponent_eventOnRoundReported_Parms, Attacker), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_Victim = { "Victim", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EliminationComponent_eventOnRoundReported_Parms, Victim), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHit_SetBit(void* Obj)
{
((EliminationComponent_eventOnRoundReported_Parms*)Obj)->bHit = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHit = { "bHit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EliminationComponent_eventOnRoundReported_Parms), &Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHit_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHeadShot_SetBit(void* Obj)
{
((EliminationComponent_eventOnRoundReported_Parms*)Obj)->bHeadShot = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHeadShot = { "bHeadShot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EliminationComponent_eventOnRoundReported_Parms), &Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHeadShot_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bLethal_SetBit(void* Obj)
{
((EliminationComponent_eventOnRoundReported_Parms*)Obj)->bLethal = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bLethal = { "bLethal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EliminationComponent_eventOnRoundReported_Parms), &Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bLethal_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_Attacker,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_Victim,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHit,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bHeadShot,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::NewProp_bLethal,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::PropPointers) < 2048);
// ********** End Function OnRoundReported Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEliminationComponent, nullptr, "OnRoundReported", Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::EliminationComponent_eventOnRoundReported_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::EliminationComponent_eventOnRoundReported_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEliminationComponent_OnRoundReported()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEliminationComponent_OnRoundReported_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEliminationComponent::execOnRoundReported)
{
P_GET_OBJECT(AActor,Z_Param_Attacker);
P_GET_OBJECT(AActor,Z_Param_Victim);
P_GET_UBOOL(Z_Param_bHit);
P_GET_UBOOL(Z_Param_bHeadShot);
P_GET_UBOOL(Z_Param_bLethal);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->OnRoundReported(Z_Param_Attacker,Z_Param_Victim,Z_Param_bHit,Z_Param_bHeadShot,Z_Param_bLethal);
P_NATIVE_END;
}
// ********** End Class UEliminationComponent Function OnRoundReported *****************************
// ********** Begin Class UEliminationComponent ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UEliminationComponent;
UClass* UEliminationComponent::GetPrivateStaticClass()
{
using TClass = UEliminationComponent;
if (!Z_Registration_Info_UClass_UEliminationComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("EliminationComponent"),
Z_Registration_Info_UClass_UEliminationComponent.InnerSingleton,
StaticRegisterNativesUEliminationComponent,
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_UEliminationComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UEliminationComponent_NoRegister()
{
return UEliminationComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UEliminationComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintSpawnableComponent", "" },
{ "ClassGroupNames", "Custom" },
{ "IncludePath", "Elimination/EliminationComponent.h" },
{ "ModuleRelativePath", "Public/Elimination/EliminationComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SequentialElimInterval_MetaData[] = {
{ "Category", "Elimination" },
#if !UE_BUILD_SHIPPING
{ "Comment", "// Time frame to determine sequential elims\n" },
#endif
{ "ModuleRelativePath", "Public/Elimination/EliminationComponent.h" },
#if !UE_BUILD_SHIPPING
{ "ToolTip", "Time frame to determine sequential elims" },
#endif
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ElimsNeededForStreak_MetaData[] = {
{ "Category", "Elimination" },
{ "ModuleRelativePath", "Public/Elimination/EliminationComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UEliminationComponent constinit property declarations ********************
static const UECodeGen_Private::FFloatPropertyParams NewProp_SequentialElimInterval;
static const UECodeGen_Private::FIntPropertyParams NewProp_ElimsNeededForStreak;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UEliminationComponent constinit property declarations **********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("OnRoundReported"), .Pointer = &UEliminationComponent::execOnRoundReported },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UEliminationComponent_OnRoundReported, "OnRoundReported" }, // 3061220007
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UEliminationComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UEliminationComponent_Statics
// ********** Begin Class UEliminationComponent Property Definitions *******************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UEliminationComponent_Statics::NewProp_SequentialElimInterval = { "SequentialElimInterval", nullptr, (EPropertyFlags)0x0040000000010001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UEliminationComponent, SequentialElimInterval), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SequentialElimInterval_MetaData), NewProp_SequentialElimInterval_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UEliminationComponent_Statics::NewProp_ElimsNeededForStreak = { "ElimsNeededForStreak", nullptr, (EPropertyFlags)0x0040000000010001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UEliminationComponent, ElimsNeededForStreak), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ElimsNeededForStreak_MetaData), NewProp_ElimsNeededForStreak_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEliminationComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEliminationComponent_Statics::NewProp_SequentialElimInterval,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEliminationComponent_Statics::NewProp_ElimsNeededForStreak,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEliminationComponent_Statics::PropPointers) < 2048);
// ********** End Class UEliminationComponent Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UEliminationComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UActorComponent,
(UObject* (*)())Z_Construct_UPackage__Script_FPSTemplate,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEliminationComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEliminationComponent_Statics::ClassParams = {
&UEliminationComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UEliminationComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UEliminationComponent_Statics::PropPointers),
0,
0x00B000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEliminationComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UEliminationComponent_Statics::Class_MetaDataParams)
};
void UEliminationComponent::StaticRegisterNativesUEliminationComponent()
{
UClass* Class = UEliminationComponent::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UEliminationComponent_Statics::Funcs));
}
UClass* Z_Construct_UClass_UEliminationComponent()
{
if (!Z_Registration_Info_UClass_UEliminationComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEliminationComponent.OuterSingleton, Z_Construct_UClass_UEliminationComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UEliminationComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UEliminationComponent);
UEliminationComponent::~UEliminationComponent() {}
// ********** End Class UEliminationComponent ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Elimination_EliminationComponent_h__Script_FPSTemplate_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UEliminationComponent, UEliminationComponent::StaticClass, TEXT("UEliminationComponent"), &Z_Registration_Info_UClass_UEliminationComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEliminationComponent), 3294378846U) },
};
}; // Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Elimination_EliminationComponent_h__Script_FPSTemplate_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Elimination_EliminationComponent_h__Script_FPSTemplate_3659605808{
TEXT("/Script/FPSTemplate"),
Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Elimination_EliminationComponent_h__Script_FPSTemplate_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Elimination_EliminationComponent_h__Script_FPSTemplate_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS