Auto stash before merge of "main" and "origin/main"

This commit is contained in:
benroshio
2025-02-04 17:26:56 -05:00
parent f46716de6b
commit 2cb52e12d0
400 changed files with 23596 additions and 5990 deletions

View File

@ -1,13 +1,13 @@
{
"SourceFiles": [
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2.Build.cs",
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Source\\FMODStudioNiagara\\FMODStudioNiagara.Build.cs",
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLinkEditor\\FMODAudioLinkEditor.Build.cs",
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLink\\FMODAudioLink.Build.cs",
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\FMODStudioEditor.Build.cs",
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\FMODStudio.Build.cs",
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2.Target.cs",
"D:\\GitHub\\Personal Projects\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2Editor.Target.cs"
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2.Build.cs",
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Source\\FMODStudioNiagara\\FMODStudioNiagara.Build.cs",
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLinkEditor\\FMODAudioLinkEditor.Build.cs",
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLink\\FMODAudioLink.Build.cs",
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\FMODStudioEditor.Build.cs",
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\FMODStudio.Build.cs",
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2.Target.cs",
"C:\\Users\\benja\\Desktop\\Halloween JAm\\Illusions\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2Editor.Target.cs"
],
"EngineVersion": "5.3.2"
}

View File

@ -1,2 +1 @@
 지정된 경로를 찾을 수 없습니다.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets(44,5): error MSB3073: ""C:\Program Files\Epic Games\UE_5.1\Engine\Build\BatchFiles\Build.bat" hwanyoung2Editor Win64 Development -Project="D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\hwanyoung2.uproject" -WaitMutex -FromMsBuild" 명령이 종료되었습니다(코드: 3).
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets(69,5): warning MSB8005: The property 'NMakeCompileFile' is not defined. Skipping...

View File

@ -78,15 +78,15 @@ void EmptyLinkFunctionForGeneratedCodeHYAIController() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYAIController);
AHYAIController::~AHYAIController() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 2285976569U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_209017106(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_209017106(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

View File

@ -14,12 +14,12 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYAIController_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS
#define FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#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; \
@ -28,7 +28,7 @@ public: \
DECLARE_SERIALIZER(AHYAIController)
#define FID_GitHub_Personal_Projects_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&&); \
@ -40,17 +40,17 @@ public: \
NO_API virtual ~AHYAIController();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_12_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_12_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -58,7 +58,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYAIController>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYAIController_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -135,19 +135,19 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FMeleeAttackPart>()
}
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYAttackComponent);
UHYAttackComponent::~UHYAttackComponent() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 1278463635U) },
};
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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), 481381950U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_1572929435(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_1572929435(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

View File

@ -14,19 +14,19 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYAttackComponent_generated_h
#define FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS
#define FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#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; \
@ -35,7 +35,7 @@ public: \
DECLARE_SERIALIZER(UHYAttackComponent)
#define FID_GitHub_Personal_Projects_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&&); \
@ -47,17 +47,17 @@ public: \
NO_API virtual ~UHYAttackComponent();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_29_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_29_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -65,7 +65,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class UHYAttackComponent>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -99,15 +99,15 @@ void EmptyLinkFunctionForGeneratedCodeHYGameStateBase() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYGameStateBase);
AHYGameStateBase::~AHYGameStateBase() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 710563328U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_3218488359(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_3218488359(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

View File

@ -14,12 +14,12 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYGameStateBase_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS
#define FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#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; \
@ -28,7 +28,7 @@ public: \
DECLARE_SERIALIZER(AHYGameStateBase)
#define FID_GitHub_Personal_Projects_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&&); \
@ -40,17 +40,17 @@ public: \
NO_API virtual ~AHYGameStateBase();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_12_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_12_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -58,7 +58,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYGameStateBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -218,15 +218,15 @@ void EmptyLinkFunctionForGeneratedCodeHYInteractableActor() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYInteractableActor);
AHYInteractableActor::~AHYInteractableActor() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 3459487997U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_607922467(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_607922467(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

View File

@ -15,18 +15,18 @@ class APlayerController;
#endif
#define HWANYOUNG2_HYInteractableActor_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
\
DECLARE_FUNCTION(execGetInteractText); \
DECLARE_FUNCTION(execInteract);
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS
#define FID_GitHub_Personal_Projects_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; \
@ -35,7 +35,7 @@ public: \
DECLARE_SERIALIZER(AHYInteractableActor)
#define FID_GitHub_Personal_Projects_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&&); \
@ -47,18 +47,18 @@ public: \
NO_API virtual ~AHYInteractableActor();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -66,7 +66,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYInteractableActor>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -107,15 +107,15 @@ void EmptyLinkFunctionForGeneratedCodeHYManualPickUp() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYManualPickUp);
AHYManualPickUp::~AHYManualPickUp() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 871010894U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_2729025153(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_2729025153(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

View File

@ -14,12 +14,12 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYManualPickUp_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS
#define FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#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; \
@ -28,7 +28,7 @@ public: \
DECLARE_SERIALIZER(AHYManualPickUp)
#define FID_GitHub_Personal_Projects_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&&); \
@ -40,17 +40,17 @@ public: \
NO_API virtual ~AHYManualPickUp();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_12_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_12_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -58,7 +58,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYManualPickUp>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -440,15 +440,15 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYPlayerCharacController);
AHYPlayerCharacController::~AHYPlayerCharacController() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 4034484735U) },
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), 1495811840U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_1136516363(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_4224720344(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

View File

@ -15,10 +15,10 @@ struct FInventoryItem;
#endif
#define HWANYOUNG2_HYPlayerCharacController_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
\
DECLARE_FUNCTION(execInteract); \
DECLARE_FUNCTION(execCraftItem); \
@ -26,9 +26,9 @@ struct FInventoryItem;
DECLARE_FUNCTION(execGetInventoryWeight);
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS
#define FID_GitHub_Personal_Projects_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; \
@ -37,7 +37,7 @@ public: \
DECLARE_SERIALIZER(AHYPlayerCharacController)
#define FID_GitHub_Personal_Projects_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&&); \
@ -49,18 +49,18 @@ public: \
NO_API virtual ~AHYPlayerCharacController();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_14_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_14_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -68,7 +68,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYPlayerCharacController>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -135,19 +135,19 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FProjectileAttackPart>()
}
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYProjectileAttackComponent);
UHYProjectileAttackComponent::~UHYProjectileAttackComponent() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 3686502449U) },
};
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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), 3763948325U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_154370152(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_154370152(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

View File

@ -14,19 +14,19 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYProjectileAttackComponent_generated_h
#define FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS
#define FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#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; \
@ -35,7 +35,7 @@ public: \
DECLARE_SERIALIZER(UHYProjectileAttackComponent)
#define FID_GitHub_Personal_Projects_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&&); \
@ -47,17 +47,17 @@ public: \
NO_API virtual ~UHYProjectileAttackComponent();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_29_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_29_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -65,7 +65,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class UHYProjectileAttackComponent>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -78,15 +78,15 @@ void EmptyLinkFunctionForGeneratedCodeHwanyoungAssetManager() {}
UHwanyoungAssetManager::UHwanyoungAssetManager() {}
DEFINE_VTABLE_PTR_HELPER_CTOR(UHwanyoungAssetManager);
UHwanyoungAssetManager::~UHwanyoungAssetManager() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 1448857513U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_2668778732(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_2668778732(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

View File

@ -14,12 +14,12 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HwanyoungAssetManager_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS
#define FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#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; \
@ -28,7 +28,7 @@ public: \
DECLARE_SERIALIZER(UHwanyoungAssetManager)
#define FID_GitHub_Personal_Projects_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: \
@ -42,17 +42,17 @@ public: \
NO_API virtual ~UHwanyoungAssetManager();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_12_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_12_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -60,7 +60,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class UHwanyoungAssetManager>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -333,15 +333,15 @@ template<> HWANYOUNG2_API UScriptStruct* StaticStruct<FInventoryItem>()
}
return Z_Registration_Info_UScriptStruct_InventoryItem.InnerSingleton;
}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 2241997621U) },
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), 436728966U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_1624062771(TEXT("/Script/hwanyoung2"),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h_659788616(TEXT("/Script/hwanyoung2"),
nullptr, 0,
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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

View File

@ -14,7 +14,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_InventoryItem_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_18_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_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_InventoryItem_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,17 +1,17 @@
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\CraftingInfo.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAttackComponent.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAutomaticPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYConsumableItem.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemyBase.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYManualPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYMoneyAutoPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYProjectileAttackComponent.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacController.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYSaveGameActor.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\InventoryItem.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\CraftingInfo.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\HYAutomaticPickUp.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\HYGameStateBase.h
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAttackComponent.h
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYConsumableItem.h
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYMoneyAutoPickUp.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\hwanyoung2GameMode.h
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemyBase.h
C:\Users\benja\Desktop\Halloween JAm\Illusions\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYSaveGameActor.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\HYProjectileAttackComponent.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

View File

@ -17,7 +17,7 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2_init() {}
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xA8B5FFAD,
0x7C5EDFA2,
0x6D7B9283,
METADATA_PARAMS(0, nullptr)
};
@ -25,5 +25,5 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2_init() {}
}
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, 0xA8B5FFAD, 0x6D7B9283));
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, 0x7C5EDFA2, 0x6D7B9283));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -396,15 +396,15 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2Character() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2Character);
Ahwanyoung2Character::~Ahwanyoung2Character() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo[] = {
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), 2230661046U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_234618559(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_234618559(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

View File

@ -14,17 +14,17 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_hwanyoung2Character_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
\
DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \
DECLARE_FUNCTION(execGetStartingCameraBoomArmLength);
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesAhwanyoung2Character(); \
friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \
@ -33,7 +33,7 @@ public: \
DECLARE_SERIALIZER(Ahwanyoung2Character)
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API Ahwanyoung2Character(Ahwanyoung2Character&&); \
@ -45,17 +45,17 @@ public: \
NO_API virtual ~Ahwanyoung2Character();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_14_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_14_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -63,7 +63,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class Ahwanyoung2Character>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -76,15 +76,15 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2GameMode() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2GameMode);
Ahwanyoung2GameMode::~Ahwanyoung2GameMode() {}
struct Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_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_GitHub_Personal_Projects_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), 2837174373U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_1168177773(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_1168177773(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

View File

@ -14,12 +14,12 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_hwanyoung2GameMode_generated_h
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS
#define FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS
#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; \
@ -28,7 +28,7 @@ public: \
DECLARE_SERIALIZER(Ahwanyoung2GameMode)
#define FID_GitHub_Personal_Projects_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&&); \
@ -40,17 +40,17 @@ public: \
HWANYOUNG2_API virtual ~Ahwanyoung2GameMode();
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_9_PROLOG
#define FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_9_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \
FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \
FID_GitHub_Personal_Projects_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_SPARSE_DATA_PROPERTY_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \
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
@ -58,7 +58,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class Ahwanyoung2GameMode>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_GitHub_Personal_Projects_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS