2025-10-14 22:20:59 -04: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 "Aura/Public/Character/AuraEnemy.h"
|
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
|
void EmptyLinkFunctionForGeneratedCodeAuraEnemy() {}
|
|
|
|
|
|
|
|
|
|
// Begin Cross Module References
|
|
|
|
|
AURA_API UClass* Z_Construct_UClass_AAuraCharacterBase();
|
|
|
|
|
AURA_API UClass* Z_Construct_UClass_AAuraEnemy();
|
|
|
|
|
AURA_API UClass* Z_Construct_UClass_AAuraEnemy_NoRegister();
|
|
|
|
|
AURA_API UClass* Z_Construct_UClass_UEnemyInterface_NoRegister();
|
|
|
|
|
UPackage* Z_Construct_UPackage__Script_Aura();
|
|
|
|
|
// End Cross Module References
|
|
|
|
|
|
|
|
|
|
// Begin Class AAuraEnemy
|
|
|
|
|
void AAuraEnemy::StaticRegisterNativesAAuraEnemy()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AAuraEnemy);
|
|
|
|
|
UClass* Z_Construct_UClass_AAuraEnemy_NoRegister()
|
|
|
|
|
{
|
|
|
|
|
return AAuraEnemy::StaticClass();
|
|
|
|
|
}
|
|
|
|
|
struct Z_Construct_UClass_AAuraEnemy_Statics
|
|
|
|
|
{
|
|
|
|
|
#if WITH_METADATA
|
|
|
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
|
|
|
#if !UE_BUILD_SHIPPING
|
|
|
|
|
{ "Comment", "/**\n * \n */" },
|
|
|
|
|
#endif
|
|
|
|
|
{ "HideCategories", "Navigation" },
|
|
|
|
|
{ "IncludePath", "Character/AuraEnemy.h" },
|
|
|
|
|
{ "ModuleRelativePath", "Public/Character/AuraEnemy.h" },
|
|
|
|
|
};
|
|
|
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Level_MetaData[] = {
|
|
|
|
|
{ "Category", "Character Class Defaults" },
|
|
|
|
|
{ "ModuleRelativePath", "Public/Character/AuraEnemy.h" },
|
|
|
|
|
};
|
|
|
|
|
#endif // WITH_METADATA
|
|
|
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Level;
|
|
|
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
|
|
|
static UObject* (*const DependentSingletons[])();
|
|
|
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
|
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
|
|
|
TCppClassTypeTraits<AAuraEnemy>::IsAbstract,
|
|
|
|
|
};
|
|
|
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
|
|
|
};
|
|
|
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_AAuraEnemy_Statics::NewProp_Level = { "Level", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AAuraEnemy, Level), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Level_MetaData), NewProp_Level_MetaData) };
|
|
|
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AAuraEnemy_Statics::PropPointers[] = {
|
|
|
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AAuraEnemy_Statics::NewProp_Level,
|
|
|
|
|
};
|
|
|
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AAuraEnemy_Statics::PropPointers) < 2048);
|
|
|
|
|
UObject* (*const Z_Construct_UClass_AAuraEnemy_Statics::DependentSingletons[])() = {
|
|
|
|
|
(UObject* (*)())Z_Construct_UClass_AAuraCharacterBase,
|
|
|
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Aura,
|
|
|
|
|
};
|
|
|
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AAuraEnemy_Statics::DependentSingletons) < 16);
|
|
|
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_AAuraEnemy_Statics::InterfaceParams[] = {
|
|
|
|
|
{ Z_Construct_UClass_UEnemyInterface_NoRegister, (int32)VTABLE_OFFSET(AAuraEnemy, IEnemyInterface), false }, // 3481076190
|
|
|
|
|
};
|
|
|
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_AAuraEnemy_Statics::ClassParams = {
|
|
|
|
|
&AAuraEnemy::StaticClass,
|
|
|
|
|
"Game",
|
|
|
|
|
&StaticCppClassTypeInfo,
|
|
|
|
|
DependentSingletons,
|
|
|
|
|
nullptr,
|
|
|
|
|
Z_Construct_UClass_AAuraEnemy_Statics::PropPointers,
|
|
|
|
|
InterfaceParams,
|
|
|
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
|
|
|
0,
|
|
|
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_AAuraEnemy_Statics::PropPointers),
|
|
|
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
|
|
|
0x009000A4u,
|
|
|
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AAuraEnemy_Statics::Class_MetaDataParams), Z_Construct_UClass_AAuraEnemy_Statics::Class_MetaDataParams)
|
|
|
|
|
};
|
|
|
|
|
UClass* Z_Construct_UClass_AAuraEnemy()
|
|
|
|
|
{
|
|
|
|
|
if (!Z_Registration_Info_UClass_AAuraEnemy.OuterSingleton)
|
|
|
|
|
{
|
|
|
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AAuraEnemy.OuterSingleton, Z_Construct_UClass_AAuraEnemy_Statics::ClassParams);
|
|
|
|
|
}
|
|
|
|
|
return Z_Registration_Info_UClass_AAuraEnemy.OuterSingleton;
|
|
|
|
|
}
|
|
|
|
|
template<> AURA_API UClass* StaticClass<AAuraEnemy>()
|
|
|
|
|
{
|
|
|
|
|
return AAuraEnemy::StaticClass();
|
|
|
|
|
}
|
|
|
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR(AAuraEnemy);
|
|
|
|
|
AAuraEnemy::~AAuraEnemy() {}
|
|
|
|
|
// End Class AAuraEnemy
|
|
|
|
|
|
|
|
|
|
// Begin Registration
|
|
|
|
|
struct Z_CompiledInDeferFile_FID_Aura_Source_Aura_Public_Character_AuraEnemy_h_Statics
|
|
|
|
|
{
|
|
|
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
2025-10-17 00:00:23 -04:00
|
|
|
{ Z_Construct_UClass_AAuraEnemy, AAuraEnemy::StaticClass, TEXT("AAuraEnemy"), &Z_Registration_Info_UClass_AAuraEnemy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AAuraEnemy), 764216181U) },
|
2025-10-14 22:20:59 -04:00
|
|
|
};
|
|
|
|
|
};
|
2025-10-17 00:00:23 -04:00
|
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Aura_Source_Aura_Public_Character_AuraEnemy_h_3058793787(TEXT("/Script/Aura"),
|
2025-10-14 22:20:59 -04:00
|
|
|
Z_CompiledInDeferFile_FID_Aura_Source_Aura_Public_Character_AuraEnemy_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Aura_Source_Aura_Public_Character_AuraEnemy_h_Statics::ClassInfo),
|
|
|
|
|
nullptr, 0,
|
|
|
|
|
nullptr, 0);
|
|
|
|
|
// End Registration
|
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|