Main Merge
This commit is contained in:
@ -0,0 +1,89 @@
|
||||
// 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 "hwanyoung2/HYAttackComponent.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeHYAttackComponent() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UClass* Z_Construct_UClass_UActorComponent();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_UHYAttackComponent();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_UHYAttackComponent_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
|
||||
// End Cross Module References
|
||||
void UHYAttackComponent::StaticRegisterNativesUHYAttackComponent()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UHYAttackComponent);
|
||||
UClass* Z_Construct_UClass_UHYAttackComponent_NoRegister()
|
||||
{
|
||||
return UHYAttackComponent::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UHYAttackComponent_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UHYAttackComponent_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UActorComponent,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UHYAttackComponent_Statics::Class_MetaDataParams[] = {
|
||||
{ "BlueprintSpawnableComponent", "" },
|
||||
{ "ClassGroupNames", "Custom" },
|
||||
{ "IncludePath", "HYAttackComponent.h" },
|
||||
{ "ModuleRelativePath", "HYAttackComponent.h" },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UHYAttackComponent_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UHYAttackComponent>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UHYAttackComponent_Statics::ClassParams = {
|
||||
&UHYAttackComponent::StaticClass,
|
||||
"Engine",
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x00B000A4u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UHYAttackComponent_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UHYAttackComponent_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UHYAttackComponent()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UHYAttackComponent.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHYAttackComponent.OuterSingleton, Z_Construct_UClass_UHYAttackComponent_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UHYAttackComponent.OuterSingleton;
|
||||
}
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<UHYAttackComponent>()
|
||||
{
|
||||
return UHYAttackComponent::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYAttackComponent);
|
||||
UHYAttackComponent::~UHYAttackComponent() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UHYAttackComponent, UHYAttackComponent::StaticClass, TEXT("UHYAttackComponent"), &Z_Registration_Info_UClass_UHYAttackComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHYAttackComponent), 3472206520U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_3814894677(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,96 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
// IWYU pragma: private, include "HYAttackComponent.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef HWANYOUNG2_HYAttackComponent_generated_h
|
||||
#error "HYAttackComponent.generated.h already included, missing '#pragma once' in HYAttackComponent.h"
|
||||
#endif
|
||||
#define HWANYOUNG2_HYAttackComponent_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYAttackComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UHYAttackComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(UHYAttackComponent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYAttackComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UHYAttackComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(UHYAttackComponent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UHYAttackComponent(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHYAttackComponent) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYAttackComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYAttackComponent); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYAttackComponent(UHYAttackComponent&&); \
|
||||
NO_API UHYAttackComponent(const UHYAttackComponent&); \
|
||||
public: \
|
||||
NO_API virtual ~UHYAttackComponent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYAttackComponent(UHYAttackComponent&&); \
|
||||
NO_API UHYAttackComponent(const UHYAttackComponent&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYAttackComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYAttackComponent); \
|
||||
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHYAttackComponent) \
|
||||
NO_API virtual ~UHYAttackComponent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_10_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class UHYAttackComponent>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -1,96 +0,0 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
// IWYU pragma: private, include "HYHitscanComponent.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef HWANYOUNG2_HYHitscanComponent_generated_h
|
||||
#error "HYHitscanComponent.generated.h already included, missing '#pragma once' in HYHitscanComponent.h"
|
||||
#endif
|
||||
#define HWANYOUNG2_HYHitscanComponent_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYHitscanComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYHitscanComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UHYHitscanComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(UHYHitscanComponent)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYHitscanComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYHitscanComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UHYHitscanComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(UHYHitscanComponent)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UHYHitscanComponent(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHYHitscanComponent) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYHitscanComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYHitscanComponent); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYHitscanComponent(UHYHitscanComponent&&); \
|
||||
NO_API UHYHitscanComponent(const UHYHitscanComponent&); \
|
||||
public: \
|
||||
NO_API virtual ~UHYHitscanComponent();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYHitscanComponent(UHYHitscanComponent&&); \
|
||||
NO_API UHYHitscanComponent(const UHYHitscanComponent&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYHitscanComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYHitscanComponent); \
|
||||
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHYHitscanComponent) \
|
||||
NO_API virtual ~UHYHitscanComponent();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_10_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class UHYHitscanComponent>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYHitscanComponent_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,89 @@
|
||||
// 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 "hwanyoung2/HYProjectileAttackComponent.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeHYProjectileAttackComponent() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UClass* Z_Construct_UClass_UActorComponent();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_UHYProjectileAttackComponent();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_UHYProjectileAttackComponent_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
|
||||
// End Cross Module References
|
||||
void UHYProjectileAttackComponent::StaticRegisterNativesUHYProjectileAttackComponent()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UHYProjectileAttackComponent);
|
||||
UClass* Z_Construct_UClass_UHYProjectileAttackComponent_NoRegister()
|
||||
{
|
||||
return UHYProjectileAttackComponent::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UHYProjectileAttackComponent_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UHYProjectileAttackComponent_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UActorComponent,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UHYProjectileAttackComponent_Statics::Class_MetaDataParams[] = {
|
||||
{ "BlueprintSpawnableComponent", "" },
|
||||
{ "ClassGroupNames", "Custom" },
|
||||
{ "IncludePath", "HYProjectileAttackComponent.h" },
|
||||
{ "ModuleRelativePath", "HYProjectileAttackComponent.h" },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UHYProjectileAttackComponent_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UHYProjectileAttackComponent>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UHYProjectileAttackComponent_Statics::ClassParams = {
|
||||
&UHYProjectileAttackComponent::StaticClass,
|
||||
"Engine",
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x00B000A4u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UHYProjectileAttackComponent_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UHYProjectileAttackComponent_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UHYProjectileAttackComponent()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UHYProjectileAttackComponent.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHYProjectileAttackComponent.OuterSingleton, Z_Construct_UClass_UHYProjectileAttackComponent_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UHYProjectileAttackComponent.OuterSingleton;
|
||||
}
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<UHYProjectileAttackComponent>()
|
||||
{
|
||||
return UHYProjectileAttackComponent::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYProjectileAttackComponent);
|
||||
UHYProjectileAttackComponent::~UHYProjectileAttackComponent() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UHYProjectileAttackComponent, UHYProjectileAttackComponent::StaticClass, TEXT("UHYProjectileAttackComponent"), &Z_Registration_Info_UClass_UHYProjectileAttackComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHYProjectileAttackComponent), 1346575063U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_1362459352(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,96 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
// IWYU pragma: private, include "HYProjectileAttackComponent.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef HWANYOUNG2_HYProjectileAttackComponent_generated_h
|
||||
#error "HYProjectileAttackComponent.generated.h already included, missing '#pragma once' in HYProjectileAttackComponent.h"
|
||||
#endif
|
||||
#define HWANYOUNG2_HYProjectileAttackComponent_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYProjectileAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYProjectileAttackComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UHYProjectileAttackComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(UHYProjectileAttackComponent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYProjectileAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYProjectileAttackComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UHYProjectileAttackComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(UHYProjectileAttackComponent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UHYProjectileAttackComponent(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHYProjectileAttackComponent) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYProjectileAttackComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYProjectileAttackComponent); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYProjectileAttackComponent(UHYProjectileAttackComponent&&); \
|
||||
NO_API UHYProjectileAttackComponent(const UHYProjectileAttackComponent&); \
|
||||
public: \
|
||||
NO_API virtual ~UHYProjectileAttackComponent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYProjectileAttackComponent(UHYProjectileAttackComponent&&); \
|
||||
NO_API UHYProjectileAttackComponent(const UHYProjectileAttackComponent&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYProjectileAttackComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYProjectileAttackComponent); \
|
||||
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHYProjectileAttackComponent) \
|
||||
NO_API virtual ~UHYProjectileAttackComponent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_10_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class UHYProjectileAttackComponent>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -14,11 +14,19 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_HYWeapon_generated_h
|
||||
|
||||
<<<<<<< HEAD
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_INCLASS_NO_PURE_DECLS \
|
||||
=======
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS_NO_PURE_DECLS \
|
||||
>>>>>>> origin/main
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYWeapon(); \
|
||||
friend struct Z_Construct_UClass_AHYWeapon_Statics; \
|
||||
@ -27,7 +35,11 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYWeapon)
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_INCLASS \
|
||||
=======
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS \
|
||||
>>>>>>> origin/main
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYWeapon(); \
|
||||
friend struct Z_Construct_UClass_AHYWeapon_Statics; \
|
||||
@ -36,7 +48,11 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYWeapon)
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_STANDARD_CONSTRUCTORS \
|
||||
=======
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_STANDARD_CONSTRUCTORS \
|
||||
>>>>>>> origin/main
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYWeapon(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYWeapon) \
|
||||
@ -50,7 +66,11 @@ public: \
|
||||
NO_API virtual ~AHYWeapon();
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_ENHANCED_CONSTRUCTORS \
|
||||
=======
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ENHANCED_CONSTRUCTORS \
|
||||
>>>>>>> origin/main
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYWeapon(AHYWeapon&&); \
|
||||
@ -62,6 +82,7 @@ public: \
|
||||
NO_API virtual ~AHYWeapon();
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_11_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
@ -71,10 +92,22 @@ public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_STANDARD_CONSTRUCTORS \
|
||||
=======
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_10_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_STANDARD_CONSTRUCTORS \
|
||||
>>>>>>> origin/main
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
@ -83,6 +116,16 @@ public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_14_ENHANCED_CONSTRUCTORS \
|
||||
=======
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ENHANCED_CONSTRUCTORS \
|
||||
>>>>>>> origin/main
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
<<<<<<< HEAD
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h
|
||||
@ -15,3 +16,23 @@ C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hw
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerState.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYWeapon.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\InventoryItem.h
|
||||
=======
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAttackComponent.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYCharacAbilitySystemComponent.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYCharacGameplayAbility.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemy.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYManualPickUp.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerState.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacController.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacAttributeSet.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYWeapon.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\InventoryItem.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYProjectileAttackComponent.h
|
||||
>>>>>>> origin/main
|
||||
|
@ -23,13 +23,22 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2_init() {}
|
||||
SingletonFuncArray,
|
||||
UE_ARRAY_COUNT(SingletonFuncArray),
|
||||
PKG_CompiledIn | 0x00000000,
|
||||
<<<<<<< HEAD
|
||||
0x7F5B0C68,
|
||||
0x389973CA,
|
||||
=======
|
||||
0xB34C5861,
|
||||
0xAF32E82C,
|
||||
>>>>>>> origin/main
|
||||
METADATA_PARAMS(nullptr, 0)
|
||||
};
|
||||
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_hwanyoung2.OuterSingleton, PackageParams);
|
||||
}
|
||||
return Z_Registration_Info_UPackage__Script_hwanyoung2.OuterSingleton;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_hwanyoung2(Z_Construct_UPackage__Script_hwanyoung2, TEXT("/Script/hwanyoung2"), Z_Registration_Info_UPackage__Script_hwanyoung2, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x7F5B0C68, 0x389973CA));
|
||||
=======
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_hwanyoung2(Z_Construct_UPackage__Script_hwanyoung2, TEXT("/Script/hwanyoung2"), Z_Registration_Info_UPackage__Script_hwanyoung2, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xB34C5861, 0xAF32E82C));
|
||||
>>>>>>> origin/main
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
Reference in New Issue
Block a user