412 lines
28 KiB
C++
412 lines
28 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 "Player/MatchPlayerState.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeMatchPlayerState() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_APlayerState();
|
|
ENGINE_API UClass* Z_Construct_UClass_APlayerState_NoRegister();
|
|
FPSTEMPLATE_API UClass* Z_Construct_UClass_AMatchPlayerState();
|
|
FPSTEMPLATE_API UClass* Z_Construct_UClass_AMatchPlayerState_NoRegister();
|
|
FPSTEMPLATE_API UClass* Z_Construct_UClass_USpecialElimData_NoRegister();
|
|
FPSTEMPLATE_API UEnum* Z_Construct_UEnum_FPSTemplate_ESpecialElimType();
|
|
FPSTEMPLATE_API UFunction* Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature();
|
|
UMG_API UClass* Z_Construct_UClass_UUserWidget_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_FPSTemplate();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Delegate FOnScoreChanged *******************************************************
|
|
struct Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics
|
|
{
|
|
struct _Script_FPSTemplate_eventOnScoreChanged_Parms
|
|
{
|
|
int32 NewScore;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FOnScoreChanged constinit property declarations ***********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NewScore;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FOnScoreChanged constinit property declarations *************************
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FOnScoreChanged Property Definitions **********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::NewProp_NewScore = { "NewScore", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FPSTemplate_eventOnScoreChanged_Parms, NewScore), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::NewProp_NewScore,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FOnScoreChanged Property Definitions ************************************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_FPSTemplate, nullptr, "OnScoreChanged__DelegateSignature", Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::_Script_FPSTemplate_eventOnScoreChanged_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::_Script_FPSTemplate_eventOnScoreChanged_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
void FOnScoreChanged_DelegateWrapper(const FMulticastScriptDelegate& OnScoreChanged, int32 NewScore)
|
|
{
|
|
struct _Script_FPSTemplate_eventOnScoreChanged_Parms
|
|
{
|
|
int32 NewScore;
|
|
};
|
|
_Script_FPSTemplate_eventOnScoreChanged_Parms Parms;
|
|
Parms.NewScore=NewScore;
|
|
OnScoreChanged.ProcessMulticastDelegate<UObject>(&Parms);
|
|
}
|
|
// ********** End Delegate FOnScoreChanged *********************************************************
|
|
|
|
// ********** Begin Class AMatchPlayerState Function Client_LostTheLead ****************************
|
|
static FName NAME_AMatchPlayerState_Client_LostTheLead = FName(TEXT("Client_LostTheLead"));
|
|
void AMatchPlayerState::Client_LostTheLead()
|
|
{
|
|
UFunction* Func = FindFunctionChecked(NAME_AMatchPlayerState_Client_LostTheLead);
|
|
ProcessEvent(Func,NULL);
|
|
}
|
|
struct Z_Construct_UFunction_AMatchPlayerState_Client_LostTheLead_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Client_LostTheLead constinit property declarations ********************
|
|
// ********** End Function Client_LostTheLead constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AMatchPlayerState_Client_LostTheLead_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_AMatchPlayerState, nullptr, "Client_LostTheLead", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x01020CC0, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AMatchPlayerState_Client_LostTheLead_Statics::Function_MetaDataParams), Z_Construct_UFunction_AMatchPlayerState_Client_LostTheLead_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_AMatchPlayerState_Client_LostTheLead()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AMatchPlayerState_Client_LostTheLead_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(AMatchPlayerState::execClient_LostTheLead)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->Client_LostTheLead_Implementation();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class AMatchPlayerState Function Client_LostTheLead ******************************
|
|
|
|
// ********** Begin Class AMatchPlayerState Function Client_ScoredElim *****************************
|
|
struct MatchPlayerState_eventClient_ScoredElim_Parms
|
|
{
|
|
int32 ElimScore;
|
|
};
|
|
static FName NAME_AMatchPlayerState_Client_ScoredElim = FName(TEXT("Client_ScoredElim"));
|
|
void AMatchPlayerState::Client_ScoredElim(int32 ElimScore)
|
|
{
|
|
MatchPlayerState_eventClient_ScoredElim_Parms Parms;
|
|
Parms.ElimScore=ElimScore;
|
|
UFunction* Func = FindFunctionChecked(NAME_AMatchPlayerState_Client_ScoredElim);
|
|
ProcessEvent(Func,&Parms);
|
|
}
|
|
struct Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Client_ScoredElim constinit property declarations *********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ElimScore;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Client_ScoredElim constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Client_ScoredElim Property Definitions ********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::NewProp_ElimScore = { "ElimScore", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MatchPlayerState_eventClient_ScoredElim_Parms, ElimScore), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::NewProp_ElimScore,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::PropPointers) < 2048);
|
|
// ********** End Function Client_ScoredElim Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_AMatchPlayerState, nullptr, "Client_ScoredElim", Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::PropPointers),
|
|
sizeof(MatchPlayerState_eventClient_ScoredElim_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x01020CC0, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::Function_MetaDataParams), Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(MatchPlayerState_eventClient_ScoredElim_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(AMatchPlayerState::execClient_ScoredElim)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_ElimScore);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->Client_ScoredElim_Implementation(Z_Param_ElimScore);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class AMatchPlayerState Function Client_ScoredElim *******************************
|
|
|
|
// ********** Begin Class AMatchPlayerState Function Client_SpecialElim ****************************
|
|
struct MatchPlayerState_eventClient_SpecialElim_Parms
|
|
{
|
|
ESpecialElimType SpecialElim;
|
|
int32 SequentialElimCount;
|
|
int32 StreakCount;
|
|
int32 ElimScore;
|
|
};
|
|
static FName NAME_AMatchPlayerState_Client_SpecialElim = FName(TEXT("Client_SpecialElim"));
|
|
void AMatchPlayerState::Client_SpecialElim(ESpecialElimType const& SpecialElim, int32 SequentialElimCount, int32 StreakCount, int32 ElimScore)
|
|
{
|
|
MatchPlayerState_eventClient_SpecialElim_Parms Parms;
|
|
Parms.SpecialElim=SpecialElim;
|
|
Parms.SequentialElimCount=SequentialElimCount;
|
|
Parms.StreakCount=StreakCount;
|
|
Parms.ElimScore=ElimScore;
|
|
UFunction* Func = FindFunctionChecked(NAME_AMatchPlayerState_Client_SpecialElim);
|
|
ProcessEvent(Func,&Parms);
|
|
}
|
|
struct Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpecialElim_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Client_SpecialElim constinit property declarations ********************
|
|
static const UECodeGen_Private::FUInt16PropertyParams NewProp_SpecialElim_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_SpecialElim;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SequentialElimCount;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_StreakCount;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ElimScore;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Client_SpecialElim constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Client_SpecialElim Property Definitions *******************************
|
|
const UECodeGen_Private::FUInt16PropertyParams Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_SpecialElim_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::UInt16, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_SpecialElim = { "SpecialElim", nullptr, (EPropertyFlags)0x0010000008000082, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MatchPlayerState_eventClient_SpecialElim_Parms, SpecialElim), Z_Construct_UEnum_FPSTemplate_ESpecialElimType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpecialElim_MetaData), NewProp_SpecialElim_MetaData) }; // 1636623729
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_SequentialElimCount = { "SequentialElimCount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MatchPlayerState_eventClient_SpecialElim_Parms, SequentialElimCount), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_StreakCount = { "StreakCount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MatchPlayerState_eventClient_SpecialElim_Parms, StreakCount), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_ElimScore = { "ElimScore", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MatchPlayerState_eventClient_SpecialElim_Parms, ElimScore), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_SpecialElim_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_SpecialElim,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_SequentialElimCount,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_StreakCount,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::NewProp_ElimScore,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::PropPointers) < 2048);
|
|
// ********** End Function Client_SpecialElim Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_AMatchPlayerState, nullptr, "Client_SpecialElim", Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::PropPointers),
|
|
sizeof(MatchPlayerState_eventClient_SpecialElim_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x01020CC0, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::Function_MetaDataParams), Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(MatchPlayerState_eventClient_SpecialElim_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(AMatchPlayerState::execClient_SpecialElim)
|
|
{
|
|
P_GET_ENUM(ESpecialElimType,Z_Param_SpecialElim);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_SequentialElimCount);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_StreakCount);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_ElimScore);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->Client_SpecialElim_Implementation(ESpecialElimType(Z_Param_SpecialElim),Z_Param_SequentialElimCount,Z_Param_StreakCount,Z_Param_ElimScore);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class AMatchPlayerState Function Client_SpecialElim ******************************
|
|
|
|
// ********** Begin Class AMatchPlayerState ********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_AMatchPlayerState;
|
|
UClass* AMatchPlayerState::GetPrivateStaticClass()
|
|
{
|
|
using TClass = AMatchPlayerState;
|
|
if (!Z_Registration_Info_UClass_AMatchPlayerState.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MatchPlayerState"),
|
|
Z_Registration_Info_UClass_AMatchPlayerState.InnerSingleton,
|
|
StaticRegisterNativesAMatchPlayerState,
|
|
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_AMatchPlayerState.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_AMatchPlayerState_NoRegister()
|
|
{
|
|
return AMatchPlayerState::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_AMatchPlayerState_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
#if !UE_BUILD_SHIPPING
|
|
{ "Comment", "/**\n * \n */" },
|
|
#endif
|
|
{ "HideCategories", "Input Movement Collision Rendering HLOD WorldPartition DataLayers Transformation" },
|
|
{ "IncludePath", "Player/MatchPlayerState.h" },
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
{ "ShowCategories", "Input|MouseInput Input|TouchInput" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnScoreChanged_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpecialElimData_MetaData[] = {
|
|
{ "Category", "MatchPlayerState" },
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpecialElimWidgetClass_MetaData[] = {
|
|
{ "Category", "UI" },
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LastAttacker_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Player/MatchPlayerState.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class AMatchPlayerState constinit property declarations ************************
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnScoreChanged;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SpecialElimData;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_SpecialElimWidgetClass;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LastAttacker;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class AMatchPlayerState constinit property declarations **************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("Client_LostTheLead"), .Pointer = &AMatchPlayerState::execClient_LostTheLead },
|
|
{ .NameUTF8 = UTF8TEXT("Client_ScoredElim"), .Pointer = &AMatchPlayerState::execClient_ScoredElim },
|
|
{ .NameUTF8 = UTF8TEXT("Client_SpecialElim"), .Pointer = &AMatchPlayerState::execClient_SpecialElim },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_AMatchPlayerState_Client_LostTheLead, "Client_LostTheLead" }, // 3418790053
|
|
{ &Z_Construct_UFunction_AMatchPlayerState_Client_ScoredElim, "Client_ScoredElim" }, // 1462624387
|
|
{ &Z_Construct_UFunction_AMatchPlayerState_Client_SpecialElim, "Client_SpecialElim" }, // 1095663711
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<AMatchPlayerState>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_AMatchPlayerState_Statics
|
|
|
|
// ********** Begin Class AMatchPlayerState Property Definitions ***********************************
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_OnScoreChanged = { "OnScoreChanged", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AMatchPlayerState, OnScoreChanged), Z_Construct_UDelegateFunction_FPSTemplate_OnScoreChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnScoreChanged_MetaData), NewProp_OnScoreChanged_MetaData) }; // 572633177
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_SpecialElimData = { "SpecialElimData", nullptr, (EPropertyFlags)0x0114000000010015, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AMatchPlayerState, SpecialElimData), Z_Construct_UClass_USpecialElimData_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpecialElimData_MetaData), NewProp_SpecialElimData_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_SpecialElimWidgetClass = { "SpecialElimWidgetClass", nullptr, (EPropertyFlags)0x0024080000010001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AMatchPlayerState, SpecialElimWidgetClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UUserWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpecialElimWidgetClass_MetaData), NewProp_SpecialElimWidgetClass_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_LastAttacker = { "LastAttacker", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AMatchPlayerState, LastAttacker), Z_Construct_UClass_APlayerState_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LastAttacker_MetaData), NewProp_LastAttacker_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AMatchPlayerState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_OnScoreChanged,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_SpecialElimData,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_SpecialElimWidgetClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AMatchPlayerState_Statics::NewProp_LastAttacker,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AMatchPlayerState_Statics::PropPointers) < 2048);
|
|
// ********** End Class AMatchPlayerState Property Definitions *************************************
|
|
UObject* (*const Z_Construct_UClass_AMatchPlayerState_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_APlayerState,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_FPSTemplate,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AMatchPlayerState_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_AMatchPlayerState_Statics::ClassParams = {
|
|
&AMatchPlayerState::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_AMatchPlayerState_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_AMatchPlayerState_Statics::PropPointers),
|
|
0,
|
|
0x009002A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AMatchPlayerState_Statics::Class_MetaDataParams), Z_Construct_UClass_AMatchPlayerState_Statics::Class_MetaDataParams)
|
|
};
|
|
void AMatchPlayerState::StaticRegisterNativesAMatchPlayerState()
|
|
{
|
|
UClass* Class = AMatchPlayerState::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_AMatchPlayerState_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_AMatchPlayerState()
|
|
{
|
|
if (!Z_Registration_Info_UClass_AMatchPlayerState.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AMatchPlayerState.OuterSingleton, Z_Construct_UClass_AMatchPlayerState_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_AMatchPlayerState.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AMatchPlayerState);
|
|
AMatchPlayerState::~AMatchPlayerState() {}
|
|
// ********** End Class AMatchPlayerState **********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Player_MatchPlayerState_h__Script_FPSTemplate_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_AMatchPlayerState, AMatchPlayerState::StaticClass, TEXT("AMatchPlayerState"), &Z_Registration_Info_UClass_AMatchPlayerState, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AMatchPlayerState), 1520601170U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Player_MatchPlayerState_h__Script_FPSTemplate_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Player_MatchPlayerState_h__Script_FPSTemplate_1666112850{
|
|
TEXT("/Script/FPSTemplate"),
|
|
Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Player_MatchPlayerState_h__Script_FPSTemplate_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_FPSTemplate_5_4_or_5_5_Source_FPSTemplate_Public_Player_MatchPlayerState_h__Script_FPSTemplate_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|