proper commit
This commit is contained in:
@ -75,15 +75,15 @@ void EmptyLinkFunctionForGeneratedCodeHYAIController() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYAIController);
|
||||
AHYAIController::~AHYAIController() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo[] = {
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYAIController, AHYAIController::StaticClass, TEXT("AHYAIController"), &Z_Registration_Info_UClass_AHYAIController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYAIController), 1079185789U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_3234590900(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_3234590900(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_HYAIController_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYAIController(); \
|
||||
friend struct Z_Construct_UClass_AHYAIController_Statics; \
|
||||
@ -27,7 +27,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYAIController)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYAIController(); \
|
||||
friend struct Z_Construct_UClass_AHYAIController_Statics; \
|
||||
@ -36,7 +36,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYAIController)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYAIController(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYAIController) \
|
||||
@ -50,7 +50,7 @@ public: \
|
||||
NO_API virtual ~AHYAIController();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYAIController(AHYAIController&&); \
|
||||
@ -62,27 +62,27 @@ public: \
|
||||
NO_API virtual ~AHYAIController();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_12_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -90,7 +90,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class AHYAIController>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYAIController_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -130,19 +130,19 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FMeleeAttackPart>()
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYAttackComponent);
|
||||
UHYAttackComponent::~UHYAttackComponent() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics
|
||||
{
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo[] = {
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo[] = {
|
||||
{ FMeleeAttackPart::StaticStruct, Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::NewStructOps, TEXT("MeleeAttackPart"), &Z_Registration_Info_UScriptStruct_MeleeAttackPart, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMeleeAttackPart), 1901604600U) },
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::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_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_1705425362(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_1705425362(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),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo),
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,18 +14,18 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_HYAttackComponent_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_12_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_12_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FMeleeAttackPart_Statics; \
|
||||
HWANYOUNG2_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> HWANYOUNG2_API UScriptStruct* StaticStruct<struct FMeleeAttackPart>();
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYAttackComponent_Statics; \
|
||||
@ -34,7 +34,7 @@ public: \
|
||||
DECLARE_SERIALIZER(UHYAttackComponent)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYAttackComponent_Statics; \
|
||||
@ -43,7 +43,7 @@ public: \
|
||||
DECLARE_SERIALIZER(UHYAttackComponent)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_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) \
|
||||
@ -57,7 +57,7 @@ public: \
|
||||
NO_API virtual ~UHYAttackComponent();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYAttackComponent(UHYAttackComponent&&); \
|
||||
@ -69,27 +69,27 @@ public: \
|
||||
NO_API virtual ~UHYAttackComponent();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_29_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_29_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -97,7 +97,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class UHYAttackComponent>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -1,88 +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!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "hwanyoung2/HYEnemy.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeHYEnemy() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UClass* Z_Construct_UClass_APawn();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYEnemy();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYEnemy_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
|
||||
// End Cross Module References
|
||||
void AHYEnemy::StaticRegisterNativesAHYEnemy()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYEnemy);
|
||||
UClass* Z_Construct_UClass_AHYEnemy_NoRegister()
|
||||
{
|
||||
return AHYEnemy::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_AHYEnemy_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_AHYEnemy_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_APawn,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYEnemy_Statics::Class_MetaDataParams[] = {
|
||||
{ "HideCategories", "Navigation" },
|
||||
{ "IncludePath", "HYEnemy.h" },
|
||||
{ "ModuleRelativePath", "HYEnemy.h" },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_AHYEnemy_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<AHYEnemy>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYEnemy_Statics::ClassParams = {
|
||||
&AHYEnemy::StaticClass,
|
||||
"Game",
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x009000A4u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_AHYEnemy_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_AHYEnemy_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_AHYEnemy()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_AHYEnemy.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYEnemy.OuterSingleton, Z_Construct_UClass_AHYEnemy_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_AHYEnemy.OuterSingleton;
|
||||
}
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<AHYEnemy>()
|
||||
{
|
||||
return AHYEnemy::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYEnemy);
|
||||
AHYEnemy::~AHYEnemy() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYEnemy, AHYEnemy::StaticClass, TEXT("AHYEnemy"), &Z_Registration_Info_UClass_AHYEnemy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYEnemy), 836181625U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_328867126(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
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 "HYEnemy.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef HWANYOUNG2_HYEnemy_generated_h
|
||||
#error "HYEnemy.generated.h already included, missing '#pragma once' in HYEnemy.h"
|
||||
#endif
|
||||
#define HWANYOUNG2_HYEnemy_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYEnemy(); \
|
||||
friend struct Z_Construct_UClass_AHYEnemy_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(AHYEnemy, APawn, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(AHYEnemy)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYEnemy(); \
|
||||
friend struct Z_Construct_UClass_AHYEnemy_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(AHYEnemy, APawn, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(AHYEnemy)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYEnemy(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYEnemy) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYEnemy); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYEnemy); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYEnemy(AHYEnemy&&); \
|
||||
NO_API AHYEnemy(const AHYEnemy&); \
|
||||
public: \
|
||||
NO_API virtual ~AHYEnemy();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYEnemy(AHYEnemy&&); \
|
||||
NO_API AHYEnemy(const AHYEnemy&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYEnemy); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYEnemy); \
|
||||
DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYEnemy) \
|
||||
NO_API virtual ~AHYEnemy();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_9_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h_12_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class AHYEnemy>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYEnemy_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -93,15 +93,15 @@ void EmptyLinkFunctionForGeneratedCodeHYGameStateBase() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYGameStateBase);
|
||||
AHYGameStateBase::~AHYGameStateBase() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo[] = {
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYGameStateBase, AHYGameStateBase::StaticClass, TEXT("AHYGameStateBase"), &Z_Registration_Info_UClass_AHYGameStateBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYGameStateBase), 1099937527U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_783152891(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_783152891(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_HYGameStateBase_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYGameStateBase(); \
|
||||
friend struct Z_Construct_UClass_AHYGameStateBase_Statics; \
|
||||
@ -27,7 +27,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYGameStateBase)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYGameStateBase(); \
|
||||
friend struct Z_Construct_UClass_AHYGameStateBase_Statics; \
|
||||
@ -36,7 +36,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYGameStateBase)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYGameStateBase(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYGameStateBase) \
|
||||
@ -50,7 +50,7 @@ public: \
|
||||
NO_API virtual ~AHYGameStateBase();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYGameStateBase(AHYGameStateBase&&); \
|
||||
@ -62,27 +62,27 @@ public: \
|
||||
NO_API virtual ~AHYGameStateBase();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_12_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -90,7 +90,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class AHYGameStateBase>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -203,15 +203,15 @@ void EmptyLinkFunctionForGeneratedCodeHYInteractableActor() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYInteractableActor);
|
||||
AHYInteractableActor::~AHYInteractableActor() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo[] = {
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYInteractableActor, AHYInteractableActor::StaticClass, TEXT("AHYInteractableActor"), &Z_Registration_Info_UClass_AHYInteractableActor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYInteractableActor), 3331186442U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_1900664570(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_1900664570(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -15,23 +15,23 @@ class APlayerController;
|
||||
#endif
|
||||
#define HWANYOUNG2_HYInteractableActor_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS \
|
||||
virtual void Interact_Implementation(APlayerController* Controller); \
|
||||
\
|
||||
DECLARE_FUNCTION(execGetInteractText); \
|
||||
DECLARE_FUNCTION(execInteract);
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
\
|
||||
DECLARE_FUNCTION(execGetInteractText); \
|
||||
DECLARE_FUNCTION(execInteract);
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYInteractableActor(); \
|
||||
friend struct Z_Construct_UClass_AHYInteractableActor_Statics; \
|
||||
@ -40,7 +40,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYInteractableActor)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYInteractableActor(); \
|
||||
friend struct Z_Construct_UClass_AHYInteractableActor_Statics; \
|
||||
@ -49,7 +49,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYInteractableActor)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYInteractableActor(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYInteractableActor) \
|
||||
@ -63,7 +63,7 @@ public: \
|
||||
NO_API virtual ~AHYInteractableActor();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYInteractableActor(AHYInteractableActor&&); \
|
||||
@ -75,29 +75,29 @@ public: \
|
||||
NO_API virtual ~AHYInteractableActor();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -105,7 +105,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class AHYInteractableActor>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -103,15 +103,15 @@ void EmptyLinkFunctionForGeneratedCodeHYManualPickUp() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYManualPickUp);
|
||||
AHYManualPickUp::~AHYManualPickUp() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo[] = {
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYManualPickUp, AHYManualPickUp::StaticClass, TEXT("AHYManualPickUp"), &Z_Registration_Info_UClass_AHYManualPickUp, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYManualPickUp), 253987176U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_92757738(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_92757738(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_HYManualPickUp_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYManualPickUp(); \
|
||||
friend struct Z_Construct_UClass_AHYManualPickUp_Statics; \
|
||||
@ -27,7 +27,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYManualPickUp)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYManualPickUp(); \
|
||||
friend struct Z_Construct_UClass_AHYManualPickUp_Statics; \
|
||||
@ -36,7 +36,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYManualPickUp)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYManualPickUp(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYManualPickUp) \
|
||||
@ -50,7 +50,7 @@ public: \
|
||||
NO_API virtual ~AHYManualPickUp();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYManualPickUp(AHYManualPickUp&&); \
|
||||
@ -62,27 +62,27 @@ public: \
|
||||
NO_API virtual ~AHYManualPickUp();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_12_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -90,7 +90,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class AHYManualPickUp>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -17,6 +17,21 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FInventoryItem();
|
||||
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
|
||||
// End Cross Module References
|
||||
DEFINE_FUNCTION(AHYPlayerCharacController::execInteract)
|
||||
{
|
||||
P_FINISH;
|
||||
P_NATIVE_BEGIN;
|
||||
P_THIS->Interact();
|
||||
P_NATIVE_END;
|
||||
}
|
||||
DEFINE_FUNCTION(AHYPlayerCharacController::execCraftItem)
|
||||
{
|
||||
P_GET_STRUCT(FInventoryItem,Z_Param_ItemA);
|
||||
P_FINISH;
|
||||
P_NATIVE_BEGIN;
|
||||
*(FInventoryItem*)Z_Param__Result=P_THIS->CraftItem(Z_Param_ItemA);
|
||||
P_NATIVE_END;
|
||||
}
|
||||
DEFINE_FUNCTION(AHYPlayerCharacController::execAddItemToInventoryByID)
|
||||
{
|
||||
P_GET_PROPERTY(FNameProperty,Z_Param_ID);
|
||||
@ -32,17 +47,29 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
*(int32*)Z_Param__Result=P_THIS->GetInventoryWeight();
|
||||
P_NATIVE_END;
|
||||
}
|
||||
static FName NAME_AHYPlayerCharacController_ReloadCraftUI = FName(TEXT("ReloadCraftUI"));
|
||||
void AHYPlayerCharacController::ReloadCraftUI()
|
||||
{
|
||||
ProcessEvent(FindFunctionChecked(NAME_AHYPlayerCharacController_ReloadCraftUI),NULL);
|
||||
}
|
||||
static FName NAME_AHYPlayerCharacController_ReloadInventory = FName(TEXT("ReloadInventory"));
|
||||
void AHYPlayerCharacController::ReloadInventory()
|
||||
{
|
||||
ProcessEvent(FindFunctionChecked(NAME_AHYPlayerCharacController_ReloadInventory),NULL);
|
||||
}
|
||||
static FName NAME_AHYPlayerCharacController_SaveGameplay = FName(TEXT("SaveGameplay"));
|
||||
void AHYPlayerCharacController::SaveGameplay()
|
||||
{
|
||||
ProcessEvent(FindFunctionChecked(NAME_AHYPlayerCharacController_SaveGameplay),NULL);
|
||||
}
|
||||
void AHYPlayerCharacController::StaticRegisterNativesAHYPlayerCharacController()
|
||||
{
|
||||
UClass* Class = AHYPlayerCharacController::StaticClass();
|
||||
static const FNameNativePtrPair Funcs[] = {
|
||||
{ "AddItemToInventoryByID", &AHYPlayerCharacController::execAddItemToInventoryByID },
|
||||
{ "CraftItem", &AHYPlayerCharacController::execCraftItem },
|
||||
{ "GetInventoryWeight", &AHYPlayerCharacController::execGetInventoryWeight },
|
||||
{ "Interact", &AHYPlayerCharacController::execInteract },
|
||||
};
|
||||
FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs));
|
||||
}
|
||||
@ -88,6 +115,43 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
}
|
||||
return ReturnFunction;
|
||||
}
|
||||
struct Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics
|
||||
{
|
||||
struct HYPlayerCharacController_eventCraftItem_Parms
|
||||
{
|
||||
FInventoryItem ItemA;
|
||||
FInventoryItem ReturnValue;
|
||||
};
|
||||
static const UECodeGen_Private::FStructPropertyParams NewProp_ItemA;
|
||||
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||||
};
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ItemA = { "ItemA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(HYPlayerCharacController_eventCraftItem_Parms, ItemA), Z_Construct_UScriptStruct_FInventoryItem, METADATA_PARAMS(nullptr, 0) }; // 1046749465
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(HYPlayerCharacController_eventCraftItem_Parms, ReturnValue), Z_Construct_UScriptStruct_FInventoryItem, METADATA_PARAMS(nullptr, 0) }; // 1046749465
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ItemA,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ReturnValue,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::Function_MetaDataParams[] = {
|
||||
{ "Category", "Utils" },
|
||||
{ "ModuleRelativePath", "HYPlayerCharacController.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "CraftItem", nullptr, nullptr, sizeof(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::HYPlayerCharacController_eventCraftItem_Parms), Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::PropPointers), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::Function_MetaDataParams)) };
|
||||
UFunction* Z_Construct_UFunction_AHYPlayerCharacController_CraftItem()
|
||||
{
|
||||
static UFunction* ReturnFunction = nullptr;
|
||||
if (!ReturnFunction)
|
||||
{
|
||||
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::FuncParams);
|
||||
}
|
||||
return ReturnFunction;
|
||||
}
|
||||
struct Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics
|
||||
{
|
||||
struct HYPlayerCharacController_eventGetInventoryWeight_Parms
|
||||
@ -121,6 +185,53 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
}
|
||||
return ReturnFunction;
|
||||
}
|
||||
struct Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::Function_MetaDataParams[] = {
|
||||
{ "Category", "Utils" },
|
||||
{ "Comment", "//interacts with the Interactable objects\n" },
|
||||
{ "ModuleRelativePath", "HYPlayerCharacController.h" },
|
||||
{ "ToolTip", "interacts with the Interactable objects" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "Interact", nullptr, nullptr, 0, nullptr, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::Function_MetaDataParams)) };
|
||||
UFunction* Z_Construct_UFunction_AHYPlayerCharacController_Interact()
|
||||
{
|
||||
static UFunction* ReturnFunction = nullptr;
|
||||
if (!ReturnFunction)
|
||||
{
|
||||
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::FuncParams);
|
||||
}
|
||||
return ReturnFunction;
|
||||
}
|
||||
struct Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::Function_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "HYPlayerCharacController.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "ReloadCraftUI", nullptr, nullptr, 0, nullptr, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::Function_MetaDataParams)) };
|
||||
UFunction* Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI()
|
||||
{
|
||||
static UFunction* ReturnFunction = nullptr;
|
||||
if (!ReturnFunction)
|
||||
{
|
||||
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::FuncParams);
|
||||
}
|
||||
return ReturnFunction;
|
||||
}
|
||||
struct Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
@ -143,6 +254,28 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
}
|
||||
return ReturnFunction;
|
||||
}
|
||||
struct Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::Function_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "HYPlayerCharacController.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "SaveGameplay", nullptr, nullptr, 0, nullptr, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::Function_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::Function_MetaDataParams)) };
|
||||
UFunction* Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay()
|
||||
{
|
||||
static UFunction* ReturnFunction = nullptr;
|
||||
if (!ReturnFunction)
|
||||
{
|
||||
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::FuncParams);
|
||||
}
|
||||
return ReturnFunction;
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYPlayerCharacController);
|
||||
UClass* Z_Construct_UClass_AHYPlayerCharacController_NoRegister()
|
||||
{
|
||||
@ -172,6 +305,15 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_InventoryWeightLimit_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FIntPropertyParams NewProp_InventoryWeightLimit;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_Currency_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FIntPropertyParams NewProp_Currency;
|
||||
static const UECodeGen_Private::FNamePropertyParams NewProp_CraftingItems_ElementProp;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_CraftingItems_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FSetPropertyParams NewProp_CraftingItems;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
@ -182,8 +324,12 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
};
|
||||
const FClassFunctionLinkInfo Z_Construct_UClass_AHYPlayerCharacController_Statics::FuncInfo[] = {
|
||||
{ &Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID, "AddItemToInventoryByID" }, // 1136127553
|
||||
{ &Z_Construct_UFunction_AHYPlayerCharacController_CraftItem, "CraftItem" }, // 3893690201
|
||||
{ &Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight, "GetInventoryWeight" }, // 2426939620
|
||||
{ &Z_Construct_UFunction_AHYPlayerCharacController_Interact, "Interact" }, // 329861169
|
||||
{ &Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI, "ReloadCraftUI" }, // 4032616385
|
||||
{ &Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory, "ReloadInventory" }, // 3699719128
|
||||
{ &Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay, "SaveGameplay" }, // 2918467925
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::Class_MetaDataParams[] = {
|
||||
@ -200,14 +346,14 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable = { "CurrentInteractable", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AHYPlayerCharacController, CurrentInteractable), Z_Construct_UClass_AHYInteractableActor_NoRegister, METADATA_PARAMS(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable_MetaData)) };
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_Inner = { "Inventory", nullptr, (EPropertyFlags)0x0000000000020000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UScriptStruct_FInventoryItem, METADATA_PARAMS(nullptr, 0) }; // 582350638
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_Inner = { "Inventory", nullptr, (EPropertyFlags)0x0000000000020000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UScriptStruct_FInventoryItem, METADATA_PARAMS(nullptr, 0) }; // 1046749465
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData[] = {
|
||||
{ "Category", "HYPlayerCharacController" },
|
||||
{ "ModuleRelativePath", "HYPlayerCharacController.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory = { "Inventory", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AHYPlayerCharacController, Inventory), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData)) }; // 582350638
|
||||
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory = { "Inventory", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AHYPlayerCharacController, Inventory), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData)) }; // 1046749465
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventorySlotLimit_MetaData[] = {
|
||||
{ "Category", "HYPlayerCharacController" },
|
||||
@ -222,12 +368,30 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit = { "InventoryWeightLimit", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AHYPlayerCharacController, InventoryWeightLimit), METADATA_PARAMS(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency_MetaData[] = {
|
||||
{ "Category", "HYPlayerCharacController" },
|
||||
{ "ModuleRelativePath", "HYPlayerCharacController.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency = { "Currency", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AHYPlayerCharacController, Currency), METADATA_PARAMS(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency_MetaData)) };
|
||||
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_ElementProp = { "CraftingItems", nullptr, (EPropertyFlags)0x0000000000020001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, METADATA_PARAMS(nullptr, 0) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_MetaData[] = {
|
||||
{ "Category", "HYPlayerCharacController" },
|
||||
{ "ModuleRelativePath", "HYPlayerCharacController.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems = { "CraftingItems", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AHYPlayerCharacController, CraftingItems), METADATA_PARAMS(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AHYPlayerCharacController_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_Inner,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventorySlotLimit,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_ElementProp,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems,
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_AHYPlayerCharacController_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<AHYPlayerCharacController>::IsAbstract,
|
||||
@ -261,15 +425,15 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYPlayerCharacController);
|
||||
AHYPlayerCharacController::~AHYPlayerCharacController() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYPlayerCharacController, AHYPlayerCharacController::StaticClass, TEXT("AHYPlayerCharacController"), &Z_Registration_Info_UClass_AHYPlayerCharacController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYPlayerCharacController), 338959523U) },
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYPlayerCharacController, AHYPlayerCharacController::StaticClass, TEXT("AHYPlayerCharacController"), &Z_Registration_Info_UClass_AHYPlayerCharacController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYPlayerCharacController), 2183018855U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_426438490(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_4120344883(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -9,27 +9,32 @@
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
struct FInventoryItem;
|
||||
#ifdef HWANYOUNG2_HYPlayerCharacController_generated_h
|
||||
#error "HYPlayerCharacController.generated.h already included, missing '#pragma once' in HYPlayerCharacController.h"
|
||||
#endif
|
||||
#define HWANYOUNG2_HYPlayerCharacController_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS \
|
||||
\
|
||||
DECLARE_FUNCTION(execInteract); \
|
||||
DECLARE_FUNCTION(execCraftItem); \
|
||||
DECLARE_FUNCTION(execAddItemToInventoryByID); \
|
||||
DECLARE_FUNCTION(execGetInventoryWeight);
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
\
|
||||
DECLARE_FUNCTION(execInteract); \
|
||||
DECLARE_FUNCTION(execCraftItem); \
|
||||
DECLARE_FUNCTION(execAddItemToInventoryByID); \
|
||||
DECLARE_FUNCTION(execGetInventoryWeight);
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYPlayerCharacController(); \
|
||||
friend struct Z_Construct_UClass_AHYPlayerCharacController_Statics; \
|
||||
@ -38,7 +43,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYPlayerCharacController)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYPlayerCharacController(); \
|
||||
friend struct Z_Construct_UClass_AHYPlayerCharacController_Statics; \
|
||||
@ -47,7 +52,7 @@ public: \
|
||||
DECLARE_SERIALIZER(AHYPlayerCharacController)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYPlayerCharacController(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYPlayerCharacController) \
|
||||
@ -61,7 +66,7 @@ public: \
|
||||
NO_API virtual ~AHYPlayerCharacController();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYPlayerCharacController(AHYPlayerCharacController&&); \
|
||||
@ -73,29 +78,29 @@ public: \
|
||||
NO_API virtual ~AHYPlayerCharacController();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_14_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_14_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -103,7 +108,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class AHYPlayerCharacController>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -130,19 +130,19 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FProjectileAttackPart>()
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYProjectileAttackComponent);
|
||||
UHYProjectileAttackComponent::~UHYProjectileAttackComponent() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics
|
||||
{
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo[] = {
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo[] = {
|
||||
{ FProjectileAttackPart::StaticStruct, Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::NewStructOps, TEXT("ProjectileAttackPart"), &Z_Registration_Info_UScriptStruct_ProjectileAttackPart, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FProjectileAttackPart), 796464734U) },
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::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_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_3857604878(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_3857604878(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),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo),
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,18 +14,18 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_HYProjectileAttackComponent_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_12_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_12_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FProjectileAttackPart_Statics; \
|
||||
HWANYOUNG2_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> HWANYOUNG2_API UScriptStruct* StaticStruct<struct FProjectileAttackPart>();
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYProjectileAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYProjectileAttackComponent_Statics; \
|
||||
@ -34,7 +34,7 @@ public: \
|
||||
DECLARE_SERIALIZER(UHYProjectileAttackComponent)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHYProjectileAttackComponent(); \
|
||||
friend struct Z_Construct_UClass_UHYProjectileAttackComponent_Statics; \
|
||||
@ -43,7 +43,7 @@ public: \
|
||||
DECLARE_SERIALIZER(UHYProjectileAttackComponent)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_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) \
|
||||
@ -57,7 +57,7 @@ public: \
|
||||
NO_API virtual ~UHYProjectileAttackComponent();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UHYProjectileAttackComponent(UHYProjectileAttackComponent&&); \
|
||||
@ -69,27 +69,27 @@ public: \
|
||||
NO_API virtual ~UHYProjectileAttackComponent();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_29_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_29_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -97,7 +97,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class UHYProjectileAttackComponent>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -1,87 +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!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "hwanyoung2/HYWeapon.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeHYWeapon() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UClass* Z_Construct_UClass_AActor();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYWeapon();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYWeapon_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
|
||||
// End Cross Module References
|
||||
void AHYWeapon::StaticRegisterNativesAHYWeapon()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYWeapon);
|
||||
UClass* Z_Construct_UClass_AHYWeapon_NoRegister()
|
||||
{
|
||||
return AHYWeapon::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_AHYWeapon_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_AHYWeapon_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_AActor,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYWeapon_Statics::Class_MetaDataParams[] = {
|
||||
{ "IncludePath", "HYWeapon.h" },
|
||||
{ "ModuleRelativePath", "HYWeapon.h" },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_AHYWeapon_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<AHYWeapon>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYWeapon_Statics::ClassParams = {
|
||||
&AHYWeapon::StaticClass,
|
||||
"Engine",
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x009000A4u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_AHYWeapon_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_AHYWeapon_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_AHYWeapon()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_AHYWeapon.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYWeapon.OuterSingleton, Z_Construct_UClass_AHYWeapon_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_AHYWeapon.OuterSingleton;
|
||||
}
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<AHYWeapon>()
|
||||
{
|
||||
return AHYWeapon::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYWeapon);
|
||||
AHYWeapon::~AHYWeapon() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AHYWeapon, AHYWeapon::StaticClass, TEXT("AHYWeapon"), &Z_Registration_Info_UClass_AHYWeapon, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYWeapon), 3367795170U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_1752778142(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
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 "HYWeapon.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef HWANYOUNG2_HYWeapon_generated_h
|
||||
#error "HYWeapon.generated.h already included, missing '#pragma once' in HYWeapon.h"
|
||||
#endif
|
||||
#define HWANYOUNG2_HYWeapon_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYWeapon(); \
|
||||
friend struct Z_Construct_UClass_AHYWeapon_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(AHYWeapon, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(AHYWeapon)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAHYWeapon(); \
|
||||
friend struct Z_Construct_UClass_AHYWeapon_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(AHYWeapon, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
|
||||
DECLARE_SERIALIZER(AHYWeapon)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AHYWeapon(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYWeapon) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYWeapon); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYWeapon); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYWeapon(AHYWeapon&&); \
|
||||
NO_API AHYWeapon(const AHYWeapon&); \
|
||||
public: \
|
||||
NO_API virtual ~AHYWeapon();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AHYWeapon(AHYWeapon&&); \
|
||||
NO_API AHYWeapon(const AHYWeapon&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYWeapon); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYWeapon); \
|
||||
DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYWeapon) \
|
||||
NO_API virtual ~AHYWeapon();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_10_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h_13_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class AHYWeapon>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYWeapon_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -74,15 +74,15 @@ void EmptyLinkFunctionForGeneratedCodeHwanyoungAssetManager() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UHwanyoungAssetManager);
|
||||
UHwanyoungAssetManager::~UHwanyoungAssetManager() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo[] = {
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UHwanyoungAssetManager, UHwanyoungAssetManager::StaticClass, TEXT("UHwanyoungAssetManager"), &Z_Registration_Info_UClass_UHwanyoungAssetManager, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHwanyoungAssetManager), 3051062100U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_1983237584(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_1983237584(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_HwanyoungAssetManager_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHwanyoungAssetManager(); \
|
||||
friend struct Z_Construct_UClass_UHwanyoungAssetManager_Statics; \
|
||||
@ -27,7 +27,7 @@ public: \
|
||||
DECLARE_SERIALIZER(UHwanyoungAssetManager)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUHwanyoungAssetManager(); \
|
||||
friend struct Z_Construct_UClass_UHwanyoungAssetManager_Statics; \
|
||||
@ -36,7 +36,7 @@ public: \
|
||||
DECLARE_SERIALIZER(UHwanyoungAssetManager)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UHwanyoungAssetManager(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHwanyoungAssetManager) \
|
||||
@ -50,7 +50,7 @@ public: \
|
||||
NO_API virtual ~UHwanyoungAssetManager();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UHwanyoungAssetManager() { }; \
|
||||
private: \
|
||||
@ -64,27 +64,27 @@ public: \
|
||||
NO_API virtual ~UHwanyoungAssetManager();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_12_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -92,7 +92,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class UHwanyoungAssetManager>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -6,11 +6,15 @@
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "hwanyoung2/InventoryItem.h"
|
||||
#include "hwanyoung2/CraftingInfo.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeInventoryItem() {}
|
||||
// Cross Module References
|
||||
COREUOBJECT_API UClass* Z_Construct_UClass_UClass();
|
||||
ENGINE_API UClass* Z_Construct_UClass_UTexture2D_NoRegister();
|
||||
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase();
|
||||
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYManualPickUp_NoRegister();
|
||||
HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FCraftingInfo();
|
||||
HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FInventoryItem();
|
||||
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
|
||||
// End Cross Module References
|
||||
@ -40,6 +44,10 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemID_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FNamePropertyParams NewProp_ItemID;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemPickup_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FClassPropertyParams NewProp_ItemPickup;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemName_MetaData[];
|
||||
#endif
|
||||
@ -48,11 +56,20 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemWeight_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FIntPropertyParams NewProp_ItemWeight;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemValue_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FIntPropertyParams NewProp_ItemValue;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_OnlyDropped_MetaData[];
|
||||
#endif
|
||||
static void NewProp_OnlyDropped_SetBit(void* Obj);
|
||||
static const UECodeGen_Private::FBoolPropertyParams NewProp_OnlyDropped;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_CanBeUsed_MetaData[];
|
||||
#endif
|
||||
static void NewProp_CanBeUsed_SetBit(void* Obj);
|
||||
static const UECodeGen_Private::FBoolPropertyParams NewProp_CanBeUsed;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemIcon_MetaData[];
|
||||
#endif
|
||||
@ -61,14 +78,20 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemDescription_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FTextPropertyParams NewProp_ItemDescription;
|
||||
static const UECodeGen_Private::FStructPropertyParams NewProp_CraftCombinations_Inner;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_CraftCombinations_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FArrayPropertyParams NewProp_CraftCombinations;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const UECodeGen_Private::FStructParams ReturnStructParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::Struct_MetaDataParams[] = {
|
||||
{ "BlueprintType", "true" },
|
||||
{ "Comment", "/**\n * \n */" },
|
||||
{ "Comment", "/**\n * Represents an item that can be added to player's inventory\n */" },
|
||||
{ "ModuleRelativePath", "InventoryItem.h" },
|
||||
{ "ToolTip", "Represents an item that can be added to player's inventory" },
|
||||
};
|
||||
#endif
|
||||
void* Z_Construct_UScriptStruct_FInventoryItem_Statics::NewStructOps()
|
||||
@ -84,6 +107,15 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID = { "ItemID", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FInventoryItem, ItemID), METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup_MetaData[] = {
|
||||
{ "Category", "InventoryItem" },
|
||||
{ "Comment", "//queue of items that are dropped and spawned back into the world\n" },
|
||||
{ "ModuleRelativePath", "InventoryItem.h" },
|
||||
{ "ToolTip", "queue of items that are dropped and spawned back into the world" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup = { "ItemPickup", nullptr, (EPropertyFlags)0x0014000000000005, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FInventoryItem, ItemPickup), Z_Construct_UClass_UClass, Z_Construct_UClass_AHYManualPickUp_NoRegister, METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemName_MetaData[] = {
|
||||
{ "Category", "InventoryItem" },
|
||||
@ -102,6 +134,15 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight = { "ItemWeight", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FInventoryItem, ItemWeight), METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue_MetaData[] = {
|
||||
{ "Category", "InventoryItem" },
|
||||
{ "Comment", "//value of the item \n" },
|
||||
{ "ModuleRelativePath", "InventoryItem.h" },
|
||||
{ "ToolTip", "value of the item" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue = { "ItemValue", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FInventoryItem, ItemValue), METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_MetaData[] = {
|
||||
{ "Category", "InventoryItem" },
|
||||
@ -115,6 +156,19 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
((FInventoryItem*)Obj)->OnlyDropped = 1;
|
||||
}
|
||||
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped = { "OnlyDropped", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(FInventoryItem), &Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_SetBit, METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_MetaData[] = {
|
||||
{ "Category", "InventoryItem" },
|
||||
{ "Comment", "//can this item be consumed/used?\n" },
|
||||
{ "ModuleRelativePath", "InventoryItem.h" },
|
||||
{ "ToolTip", "can this item be consumed/used?" },
|
||||
};
|
||||
#endif
|
||||
void Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_SetBit(void* Obj)
|
||||
{
|
||||
((FInventoryItem*)Obj)->CanBeUsed = 1;
|
||||
}
|
||||
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed = { "CanBeUsed", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(bool), sizeof(FInventoryItem), &Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_SetBit, METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemIcon_MetaData[] = {
|
||||
{ "Category", "InventoryItem" },
|
||||
@ -129,13 +183,28 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription = { "ItemDescription", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FInventoryItem, ItemDescription), METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription_MetaData)) };
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_Inner = { "CraftCombinations", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UScriptStruct_FCraftingInfo, METADATA_PARAMS(nullptr, 0) }; // 950879061
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_MetaData[] = {
|
||||
{ "Category", "InventoryItem" },
|
||||
{ "Comment", "////all the possible crafting combinations for this particular item\n" },
|
||||
{ "ModuleRelativePath", "InventoryItem.h" },
|
||||
{ "ToolTip", "/all the possible crafting combinations for this particular item" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations = { "CraftCombinations", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FInventoryItem, CraftCombinations), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_MetaData)) }; // 950879061
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInventoryItem_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemName,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemIcon,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_Inner,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations,
|
||||
};
|
||||
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInventoryItem_Statics::ReturnStructParams = {
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2,
|
||||
@ -158,15 +227,15 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_InventoryItem.InnerSingleton;
|
||||
}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics
|
||||
{
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo[] = {
|
||||
{ FInventoryItem::StaticStruct, Z_Construct_UScriptStruct_FInventoryItem_Statics::NewStructOps, TEXT("InventoryItem"), &Z_Registration_Info_UScriptStruct_InventoryItem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInventoryItem), 582350638U) },
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo[] = {
|
||||
{ FInventoryItem::StaticStruct, Z_Construct_UScriptStruct_FInventoryItem_Statics::NewStructOps, TEXT("InventoryItem"), &Z_Registration_Info_UScriptStruct_InventoryItem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInventoryItem), 1046749465U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_2798892570(TEXT("/Script/hwanyoung2"),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h_2367444288(TEXT("/Script/hwanyoung2"),
|
||||
nullptr, 0,
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo),
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_InventoryItem_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_16_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h_18_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FInventoryItem_Statics; \
|
||||
HWANYOUNG2_API static class UScriptStruct* StaticStruct(); \
|
||||
typedef FTableRowBase Super;
|
||||
@ -23,7 +23,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UScriptStruct* StaticStruct<struct FInventoryItem>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -1,14 +1,17 @@
|
||||
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
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemy.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYManualPickUp.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacController.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYProjectileAttackComponent.h
|
||||
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\InventoryItem.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\HYAttackComponent.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYConsumableItem.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemyBase.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYManualPickUp.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYMoneyAutoPickUp.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAutomaticPickUp.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\CraftingInfo.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAttackComponent.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacController.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYSaveGameActor.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYProjectileAttackComponent.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\InventoryItem.h
|
||||
|
@ -1,119 +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!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "hwanyoung2/hwanyoung2.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodehwanyoung2() {}
|
||||
// Cross Module References
|
||||
HWANYOUNG2_API UEnum* Z_Construct_UEnum_hwanyoung2_EAbilityInputID();
|
||||
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
|
||||
// End Cross Module References
|
||||
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAbilityInputID;
|
||||
static UEnum* EAbilityInputID_StaticEnum()
|
||||
{
|
||||
if (!Z_Registration_Info_UEnum_EAbilityInputID.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UEnum_EAbilityInputID.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_hwanyoung2_EAbilityInputID, Z_Construct_UPackage__Script_hwanyoung2(), TEXT("EAbilityInputID"));
|
||||
}
|
||||
return Z_Registration_Info_UEnum_EAbilityInputID.OuterSingleton;
|
||||
}
|
||||
template<> HWANYOUNG2_API UEnum* StaticEnum<EAbilityInputID>()
|
||||
{
|
||||
return EAbilityInputID_StaticEnum();
|
||||
}
|
||||
struct Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics
|
||||
{
|
||||
static const UECodeGen_Private::FEnumeratorParam Enumerators[];
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FEnumParams EnumParams;
|
||||
};
|
||||
const UECodeGen_Private::FEnumeratorParam Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::Enumerators[] = {
|
||||
{ "EAbilityInputID::None", (int64)EAbilityInputID::None },
|
||||
{ "EAbilityInputID::Confirm", (int64)EAbilityInputID::Confirm },
|
||||
{ "EAbilityInputID::Cancel", (int64)EAbilityInputID::Cancel },
|
||||
{ "EAbilityInputID::UseWeapon", (int64)EAbilityInputID::UseWeapon },
|
||||
{ "EAbilityInputID::SwitchWeapon", (int64)EAbilityInputID::SwitchWeapon },
|
||||
{ "EAbilityInputID::UseActive1", (int64)EAbilityInputID::UseActive1 },
|
||||
{ "EAbilityInputID::UseActive2", (int64)EAbilityInputID::UseActive2 },
|
||||
{ "EAbilityInputID::UseActive3", (int64)EAbilityInputID::UseActive3 },
|
||||
{ "EAbilityInputID::UseUlt", (int64)EAbilityInputID::UseUlt },
|
||||
{ "EAbilityInputID::PassiveDash", (int64)EAbilityInputID::PassiveDash },
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::Enum_MetaDataParams[] = {
|
||||
{ "BlueprintType", "true" },
|
||||
{ "Cancel.DisplayName", "Cancel" },
|
||||
{ "Cancel.Name", "EAbilityInputID::Cancel" },
|
||||
{ "Confirm.Comment", "//no input given\n" },
|
||||
{ "Confirm.DisplayName", "Confirm" },
|
||||
{ "Confirm.Name", "EAbilityInputID::Confirm" },
|
||||
{ "Confirm.ToolTip", "no input given" },
|
||||
{ "ModuleRelativePath", "hwanyoung2.h" },
|
||||
{ "None.DisplayName", "None" },
|
||||
{ "None.Name", "EAbilityInputID::None" },
|
||||
{ "PassiveDash.Comment", "//ult\n" },
|
||||
{ "PassiveDash.DisplayName", "Dash" },
|
||||
{ "PassiveDash.Name", "EAbilityInputID::PassiveDash" },
|
||||
{ "PassiveDash.ToolTip", "ult" },
|
||||
{ "SwitchWeapon.Comment", "//using melee weapon to attack\n" },
|
||||
{ "SwitchWeapon.DisplayName", "Switch Weapons" },
|
||||
{ "SwitchWeapon.Name", "EAbilityInputID::SwitchWeapon" },
|
||||
{ "SwitchWeapon.ToolTip", "using melee weapon to attack" },
|
||||
{ "UseActive1.Comment", "//switching weapons\n" },
|
||||
{ "UseActive1.DisplayName", "Use Active Skill 1" },
|
||||
{ "UseActive1.Name", "EAbilityInputID::UseActive1" },
|
||||
{ "UseActive1.ToolTip", "switching weapons" },
|
||||
{ "UseActive2.Comment", "//active 1\n" },
|
||||
{ "UseActive2.DisplayName", "Use Active Skill 2" },
|
||||
{ "UseActive2.Name", "EAbilityInputID::UseActive2" },
|
||||
{ "UseActive2.ToolTip", "active 1" },
|
||||
{ "UseActive3.Comment", "//active 2\n" },
|
||||
{ "UseActive3.DisplayName", "Use Active Skill 3" },
|
||||
{ "UseActive3.Name", "EAbilityInputID::UseActive3" },
|
||||
{ "UseActive3.ToolTip", "active 2" },
|
||||
{ "UseUlt.Comment", "//active 3\n" },
|
||||
{ "UseUlt.DisplayName", "Use Ultimate Skill" },
|
||||
{ "UseUlt.Name", "EAbilityInputID::UseUlt" },
|
||||
{ "UseUlt.ToolTip", "active 3" },
|
||||
{ "UseWeapon.DisplayName", "Use Weapon" },
|
||||
{ "UseWeapon.Name", "EAbilityInputID::UseWeapon" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::EnumParams = {
|
||||
(UObject*(*)())Z_Construct_UPackage__Script_hwanyoung2,
|
||||
nullptr,
|
||||
"EAbilityInputID",
|
||||
"EAbilityInputID",
|
||||
Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::Enumerators,
|
||||
UE_ARRAY_COUNT(Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::Enumerators),
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EEnumFlags::None,
|
||||
(uint8)UEnum::ECppForm::EnumClass,
|
||||
METADATA_PARAMS(Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::Enum_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::Enum_MetaDataParams))
|
||||
};
|
||||
UEnum* Z_Construct_UEnum_hwanyoung2_EAbilityInputID()
|
||||
{
|
||||
if (!Z_Registration_Info_UEnum_EAbilityInputID.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAbilityInputID.InnerSingleton, Z_Construct_UEnum_hwanyoung2_EAbilityInputID_Statics::EnumParams);
|
||||
}
|
||||
return Z_Registration_Info_UEnum_EAbilityInputID.InnerSingleton;
|
||||
}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics
|
||||
{
|
||||
static const FEnumRegisterCompiledInInfo EnumInfo[];
|
||||
};
|
||||
const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo[] = {
|
||||
{ EAbilityInputID_StaticEnum, TEXT("EAbilityInputID"), &Z_Registration_Info_UEnum_EAbilityInputID, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1137082788U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_595532249(TEXT("/Script/hwanyoung2"),
|
||||
nullptr, 0,
|
||||
nullptr, 0,
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo));
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -1,37 +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 "hwanyoung2.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef HWANYOUNG2_hwanyoung2_generated_h
|
||||
#error "hwanyoung2.generated.h already included, missing '#pragma once' in hwanyoung2.h"
|
||||
#endif
|
||||
#define HWANYOUNG2_hwanyoung2_generated_h
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h
|
||||
|
||||
|
||||
#define FOREACH_ENUM_EABILITYINPUTID(op) \
|
||||
op(EAbilityInputID::None) \
|
||||
op(EAbilityInputID::Confirm) \
|
||||
op(EAbilityInputID::Cancel) \
|
||||
op(EAbilityInputID::UseWeapon) \
|
||||
op(EAbilityInputID::SwitchWeapon) \
|
||||
op(EAbilityInputID::UseActive1) \
|
||||
op(EAbilityInputID::UseActive2) \
|
||||
op(EAbilityInputID::UseActive3) \
|
||||
op(EAbilityInputID::UseUlt) \
|
||||
op(EAbilityInputID::PassiveDash)
|
||||
|
||||
enum class EAbilityInputID : uint8;
|
||||
template<> struct TIsUEnumClass<EAbilityInputID> { enum { Value = true }; };
|
||||
template<> HWANYOUNG2_API UEnum* StaticEnum<EAbilityInputID>();
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -17,13 +17,13 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2_init() {}
|
||||
nullptr,
|
||||
0,
|
||||
PKG_CompiledIn | 0x00000000,
|
||||
0x4DD47353,
|
||||
0xB191AA71,
|
||||
0x854813D1,
|
||||
0x6D7B9283,
|
||||
METADATA_PARAMS(nullptr, 0)
|
||||
};
|
||||
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_hwanyoung2.OuterSingleton, PackageParams);
|
||||
}
|
||||
return Z_Registration_Info_UPackage__Script_hwanyoung2.OuterSingleton;
|
||||
}
|
||||
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, 0x4DD47353, 0xB191AA71));
|
||||
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, 0x854813D1, 0x6D7B9283));
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -202,7 +202,7 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2Character() {}
|
||||
{ "ToolTip", "Camera boom positioning the camera behind the character" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom = { "CameraBoom", nullptr, (EPropertyFlags)0x00400000000a001d, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(Ahwanyoung2Character, CameraBoom), Z_Construct_UClass_USpringArmComponent_NoRegister, METADATA_PARAMS(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom_MetaData)) };
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom = { "CameraBoom", nullptr, (EPropertyFlags)0x004000000008000c, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(Ahwanyoung2Character, CameraBoom), Z_Construct_UClass_USpringArmComponent_NoRegister, METADATA_PARAMS(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData[] = {
|
||||
{ "AllowPrivateAccess", "true" },
|
||||
@ -213,7 +213,7 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2Character() {}
|
||||
{ "ToolTip", "Follow camera" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera = { "FollowCamera", nullptr, (EPropertyFlags)0x00400000000a001d, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(Ahwanyoung2Character, FollowCamera), Z_Construct_UClass_UCameraComponent_NoRegister, METADATA_PARAMS(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData)) };
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera = { "FollowCamera", nullptr, (EPropertyFlags)0x004000000008000c, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(Ahwanyoung2Character, FollowCamera), Z_Construct_UClass_UCameraComponent_NoRegister, METADATA_PARAMS(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CollectionSphere_MetaData[] = {
|
||||
{ "AllowPrivateAccess", "true" },
|
||||
@ -357,15 +357,15 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2Character() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2Character);
|
||||
Ahwanyoung2Character::~Ahwanyoung2Character() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_Ahwanyoung2Character, Ahwanyoung2Character::StaticClass, TEXT("Ahwanyoung2Character"), &Z_Registration_Info_UClass_Ahwanyoung2Character, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(Ahwanyoung2Character), 1456788777U) },
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_Ahwanyoung2Character, Ahwanyoung2Character::StaticClass, TEXT("Ahwanyoung2Character"), &Z_Registration_Info_UClass_Ahwanyoung2Character, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(Ahwanyoung2Character), 2523796490U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_2496009175(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_3311234111(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,21 +14,21 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_hwanyoung2Character_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_RPC_WRAPPERS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS \
|
||||
\
|
||||
DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \
|
||||
DECLARE_FUNCTION(execGetStartingCameraBoomArmLength);
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
\
|
||||
DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \
|
||||
DECLARE_FUNCTION(execGetStartingCameraBoomArmLength);
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAhwanyoung2Character(); \
|
||||
friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \
|
||||
@ -37,7 +37,7 @@ public: \
|
||||
DECLARE_SERIALIZER(Ahwanyoung2Character)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAhwanyoung2Character(); \
|
||||
friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \
|
||||
@ -46,7 +46,7 @@ public: \
|
||||
DECLARE_SERIALIZER(Ahwanyoung2Character)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API Ahwanyoung2Character(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(Ahwanyoung2Character) \
|
||||
@ -60,7 +60,7 @@ public: \
|
||||
NO_API virtual ~Ahwanyoung2Character();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API Ahwanyoung2Character(Ahwanyoung2Character&&); \
|
||||
@ -72,27 +72,27 @@ public: \
|
||||
NO_API virtual ~Ahwanyoung2Character();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_12_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_13_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_15_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -100,7 +100,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class Ahwanyoung2Character>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -75,15 +75,15 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2GameMode() {}
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2GameMode);
|
||||
Ahwanyoung2GameMode::~Ahwanyoung2GameMode() {}
|
||||
struct Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo[] = {
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_Ahwanyoung2GameMode, Ahwanyoung2GameMode::StaticClass, TEXT("Ahwanyoung2GameMode"), &Z_Registration_Info_UClass_Ahwanyoung2GameMode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(Ahwanyoung2GameMode), 2826305755U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_3956338697(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo),
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_3956338697(TEXT("/Script/hwanyoung2"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#endif
|
||||
#define HWANYOUNG2_hwanyoung2GameMode_generated_h
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAhwanyoung2GameMode(); \
|
||||
friend struct Z_Construct_UClass_Ahwanyoung2GameMode_Statics; \
|
||||
@ -27,7 +27,7 @@ public: \
|
||||
DECLARE_SERIALIZER(Ahwanyoung2GameMode)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAhwanyoung2GameMode(); \
|
||||
friend struct Z_Construct_UClass_Ahwanyoung2GameMode_Statics; \
|
||||
@ -36,7 +36,7 @@ public: \
|
||||
DECLARE_SERIALIZER(Ahwanyoung2GameMode)
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_STANDARD_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
HWANYOUNG2_API Ahwanyoung2GameMode(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(Ahwanyoung2GameMode) \
|
||||
@ -50,7 +50,7 @@ public: \
|
||||
HWANYOUNG2_API virtual ~Ahwanyoung2GameMode();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ENHANCED_CONSTRUCTORS \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
HWANYOUNG2_API Ahwanyoung2GameMode(Ahwanyoung2GameMode&&); \
|
||||
@ -62,27 +62,27 @@ public: \
|
||||
HWANYOUNG2_API virtual ~Ahwanyoung2GameMode();
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_9_PROLOG
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_GENERATED_BODY_LEGACY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_9_PROLOG
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_STANDARD_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_GENERATED_BODY \
|
||||
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \
|
||||
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ENHANCED_CONSTRUCTORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
@ -90,7 +90,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
template<> HWANYOUNG2_API UClass* StaticClass<class Ahwanyoung2GameMode>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
Reference in New Issue
Block a user