interactables, game state

This commit is contained in:
Ji Yoon Rhee
2023-10-15 21:18:31 -04:00
parent 0abfca2e0c
commit 2fb7b538df
184 changed files with 196644 additions and 167614 deletions

View File

@ -75,15 +75,15 @@ void EmptyLinkFunctionForGeneratedCodeHYAIController() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYAIController);
AHYAIController::~AHYAIController() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_3234590900(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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

View File

@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYAIController_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS
#define FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_12_PROLOG
#define FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS \
FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYAIController_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -124,15 +124,15 @@ void EmptyLinkFunctionForGeneratedCodeHYCharacAbilitySystemComponent() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYCharacAbilitySystemComponent);
UHYCharacAbilitySystemComponent::~UHYCharacAbilitySystemComponent() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics
{
static const FClassRegisterCompiledInInfo ClassInfo[];
};
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics::ClassInfo[] = {
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics::ClassInfo[] = {
{ Z_Construct_UClass_UHYCharacAbilitySystemComponent, UHYCharacAbilitySystemComponent::StaticClass, TEXT("UHYCharacAbilitySystemComponent"), &Z_Registration_Info_UClass_UHYCharacAbilitySystemComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHYCharacAbilitySystemComponent), 3250237373U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_1667132200(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_1667132200(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -15,7 +15,7 @@ class UHYCharacAbilitySystemComponent;
#endif
#define HWANYOUNG2_HYCharacAbilitySystemComponent_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_10_DELEGATE \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_10_DELEGATE \
struct _Script_hwanyoung2_eventReceivedDamageDelegate_Parms \
{ \
UHYCharacAbilitySystemComponent* SourceASC; \
@ -32,11 +32,11 @@ static inline void FReceivedDamageDelegate_DelegateWrapper(const FMulticastScrip
}
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUHYCharacAbilitySystemComponent(); \
friend struct Z_Construct_UClass_UHYCharacAbilitySystemComponent_Statics; \
@ -45,7 +45,7 @@ public: \
DECLARE_SERIALIZER(UHYCharacAbilitySystemComponent)
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS \
private: \
static void StaticRegisterNativesUHYCharacAbilitySystemComponent(); \
friend struct Z_Construct_UClass_UHYCharacAbilitySystemComponent_Statics; \
@ -54,7 +54,7 @@ public: \
DECLARE_SERIALIZER(UHYCharacAbilitySystemComponent)
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_STANDARD_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UHYCharacAbilitySystemComponent(const FObjectInitializer& ObjectInitializer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHYCharacAbilitySystemComponent) \
@ -68,7 +68,7 @@ public: \
NO_API virtual ~UHYCharacAbilitySystemComponent();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API UHYCharacAbilitySystemComponent(UHYCharacAbilitySystemComponent&&); \
@ -80,27 +80,27 @@ public: \
NO_API virtual ~UHYCharacAbilitySystemComponent();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_16_PROLOG
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_GENERATED_BODY_LEGACY \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_16_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_STANDARD_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -108,7 +108,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class UHYCharacAbilitySystemComponent>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -127,15 +127,15 @@ void EmptyLinkFunctionForGeneratedCodeHYCharacGameplayAbility() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYCharacGameplayAbility);
UHYCharacGameplayAbility::~UHYCharacGameplayAbility() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics
{
static const FClassRegisterCompiledInInfo ClassInfo[];
};
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics::ClassInfo[] = {
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics::ClassInfo[] = {
{ Z_Construct_UClass_UHYCharacGameplayAbility, UHYCharacGameplayAbility::StaticClass, TEXT("UHYCharacGameplayAbility"), &Z_Registration_Info_UClass_UHYCharacGameplayAbility, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHYCharacGameplayAbility), 805277022U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_351726581(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_351726581(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYCharacGameplayAbility_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ACCESSORS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUHYCharacGameplayAbility(); \
friend struct Z_Construct_UClass_UHYCharacGameplayAbility_Statics; \
@ -27,7 +27,7 @@ public: \
DECLARE_SERIALIZER(UHYCharacGameplayAbility)
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS \
private: \
static void StaticRegisterNativesUHYCharacGameplayAbility(); \
friend struct Z_Construct_UClass_UHYCharacGameplayAbility_Statics; \
@ -36,7 +36,7 @@ public: \
DECLARE_SERIALIZER(UHYCharacGameplayAbility)
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_STANDARD_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UHYCharacGameplayAbility(const FObjectInitializer& ObjectInitializer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHYCharacGameplayAbility) \
@ -50,7 +50,7 @@ public: \
NO_API virtual ~UHYCharacGameplayAbility();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API UHYCharacGameplayAbility(UHYCharacGameplayAbility&&); \
@ -62,27 +62,27 @@ public: \
NO_API virtual ~UHYCharacGameplayAbility();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_13_PROLOG
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_GENERATED_BODY_LEGACY \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_13_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_STANDARD_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -90,7 +90,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class UHYCharacGameplayAbility>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYCharacGameplayAbility_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -0,0 +1,107 @@
// 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/HYGameStateBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeHYGameStateBase() {}
// Cross Module References
ENGINE_API UClass* Z_Construct_UClass_AGameStateBase();
ENGINE_API UClass* Z_Construct_UClass_UDataTable_NoRegister();
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYGameStateBase();
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYGameStateBase_NoRegister();
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
// End Cross Module References
void AHYGameStateBase::StaticRegisterNativesAHYGameStateBase()
{
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYGameStateBase);
UClass* Z_Construct_UClass_AHYGameStateBase_NoRegister()
{
return AHYGameStateBase::StaticClass();
}
struct Z_Construct_UClass_AHYGameStateBase_Statics
{
static UObject* (*const DependentSingletons[])();
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
#endif
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemDatabase_MetaData[];
#endif
static const UECodeGen_Private::FObjectPropertyParams NewProp_ItemDatabase;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
static const UECodeGen_Private::FClassParams ClassParams;
};
UObject* (*const Z_Construct_UClass_AHYGameStateBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_AGameStateBase,
(UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2,
};
#if WITH_METADATA
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYGameStateBase_Statics::Class_MetaDataParams[] = {
{ "Comment", "/**\n * The game state holds the database for all existing items within the game.\n */" },
{ "HideCategories", "Input Movement Collision Rendering HLOD WorldPartition DataLayers Transformation" },
{ "IncludePath", "HYGameStateBase.h" },
{ "ModuleRelativePath", "HYGameStateBase.h" },
{ "ShowCategories", "Input|MouseInput Input|TouchInput" },
{ "ToolTip", "The game state holds the database for all existing items within the game." },
};
#endif
#if WITH_METADATA
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase_MetaData[] = {
{ "Category", "HYGameStateBase" },
{ "ModuleRelativePath", "HYGameStateBase.h" },
};
#endif
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase = { "ItemDatabase", nullptr, (EPropertyFlags)0x0020080000010001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AHYGameStateBase, ItemDatabase), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase_MetaData)) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AHYGameStateBase_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase,
};
const FCppClassTypeInfoStatic Z_Construct_UClass_AHYGameStateBase_Statics::StaticCppClassTypeInfo = {
TCppClassTypeTraits<AHYGameStateBase>::IsAbstract,
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYGameStateBase_Statics::ClassParams = {
&AHYGameStateBase::StaticClass,
"Game",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_AHYGameStateBase_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::PropPointers),
0,
0x009002A4u,
METADATA_PARAMS(Z_Construct_UClass_AHYGameStateBase_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::Class_MetaDataParams))
};
UClass* Z_Construct_UClass_AHYGameStateBase()
{
if (!Z_Registration_Info_UClass_AHYGameStateBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYGameStateBase.OuterSingleton, Z_Construct_UClass_AHYGameStateBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_AHYGameStateBase.OuterSingleton;
}
template<> HWANYOUNG2_API UClass* StaticClass<AHYGameStateBase>()
{
return AHYGameStateBase::StaticClass();
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYGameStateBase);
AHYGameStateBase::~AHYGameStateBase() {}
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics
{
static const FClassRegisterCompiledInInfo 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_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

View File

@ -0,0 +1,96 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "HYGameStateBase.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#ifdef HWANYOUNG2_HYGameStateBase_generated_h
#error "HYGameStateBase.generated.h already included, missing '#pragma once' in HYGameStateBase.h"
#endif
#define HWANYOUNG2_HYGameStateBase_generated_h
#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; \
public: \
DECLARE_CLASS(AHYGameStateBase, AGameStateBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
DECLARE_SERIALIZER(AHYGameStateBase)
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS \
private: \
static void StaticRegisterNativesAHYGameStateBase(); \
friend struct Z_Construct_UClass_AHYGameStateBase_Statics; \
public: \
DECLARE_CLASS(AHYGameStateBase, AGameStateBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
DECLARE_SERIALIZER(AHYGameStateBase)
#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) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYGameStateBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYGameStateBase); \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API AHYGameStateBase(AHYGameStateBase&&); \
NO_API AHYGameStateBase(const AHYGameStateBase&); \
public: \
NO_API virtual ~AHYGameStateBase();
#define FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API AHYGameStateBase(AHYGameStateBase&&); \
NO_API AHYGameStateBase(const AHYGameStateBase&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYGameStateBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYGameStateBase); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYGameStateBase) \
NO_API virtual ~AHYGameStateBase();
#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_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_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
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
template<> HWANYOUNG2_API UClass* StaticClass<class AHYGameStateBase>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -0,0 +1,87 @@
// 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/HYInteractableActor.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeHYInteractableActor() {}
// Cross Module References
ENGINE_API UClass* Z_Construct_UClass_AActor();
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYInteractableActor();
HWANYOUNG2_API UClass* Z_Construct_UClass_AHYInteractableActor_NoRegister();
UPackage* Z_Construct_UPackage__Script_hwanyoung2();
// End Cross Module References
void AHYInteractableActor::StaticRegisterNativesAHYInteractableActor()
{
}
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYInteractableActor);
UClass* Z_Construct_UClass_AHYInteractableActor_NoRegister()
{
return AHYInteractableActor::StaticClass();
}
struct Z_Construct_UClass_AHYInteractableActor_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_AHYInteractableActor_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_AActor,
(UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2,
};
#if WITH_METADATA
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYInteractableActor_Statics::Class_MetaDataParams[] = {
{ "IncludePath", "HYInteractableActor.h" },
{ "ModuleRelativePath", "HYInteractableActor.h" },
};
#endif
const FCppClassTypeInfoStatic Z_Construct_UClass_AHYInteractableActor_Statics::StaticCppClassTypeInfo = {
TCppClassTypeTraits<AHYInteractableActor>::IsAbstract,
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYInteractableActor_Statics::ClassParams = {
&AHYInteractableActor::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x009000A4u,
METADATA_PARAMS(Z_Construct_UClass_AHYInteractableActor_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::Class_MetaDataParams))
};
UClass* Z_Construct_UClass_AHYInteractableActor()
{
if (!Z_Registration_Info_UClass_AHYInteractableActor.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYInteractableActor.OuterSingleton, Z_Construct_UClass_AHYInteractableActor_Statics::ClassParams);
}
return Z_Registration_Info_UClass_AHYInteractableActor.OuterSingleton;
}
template<> HWANYOUNG2_API UClass* StaticClass<AHYInteractableActor>()
{
return AHYInteractableActor::StaticClass();
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYInteractableActor);
AHYInteractableActor::~AHYInteractableActor() {}
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics
{
static const FClassRegisterCompiledInInfo 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), 171943861U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_3708770061(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

@ -0,0 +1,96 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "HYInteractableActor.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#ifdef HWANYOUNG2_HYInteractableActor_generated_h
#error "HYInteractableActor.generated.h already included, missing '#pragma once' in HYInteractableActor.h"
#endif
#define HWANYOUNG2_HYInteractableActor_generated_h
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_RPC_WRAPPERS
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesAHYInteractableActor(); \
friend struct Z_Construct_UClass_AHYInteractableActor_Statics; \
public: \
DECLARE_CLASS(AHYInteractableActor, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
DECLARE_SERIALIZER(AHYInteractableActor)
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_INCLASS \
private: \
static void StaticRegisterNativesAHYInteractableActor(); \
friend struct Z_Construct_UClass_AHYInteractableActor_Statics; \
public: \
DECLARE_CLASS(AHYInteractableActor, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
DECLARE_SERIALIZER(AHYInteractableActor)
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_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) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYInteractableActor); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYInteractableActor); \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API AHYInteractableActor(AHYInteractableActor&&); \
NO_API AHYInteractableActor(const AHYInteractableActor&); \
public: \
NO_API virtual ~AHYInteractableActor();
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API AHYInteractableActor(AHYInteractableActor&&); \
NO_API AHYInteractableActor(const AHYInteractableActor&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYInteractableActor); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYInteractableActor); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYInteractableActor) \
NO_API virtual ~AHYInteractableActor();
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_9_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYInteractableActor>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -669,15 +669,15 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacAttributeSet() {}
checkf(bIsValid, TEXT("UHT Generated Rep Indices do not match runtime populated Rep Indices for properties in UHYPlayerCharacAttributeSet"));
}
DEFINE_VTABLE_PTR_HELPER_CTOR(UHYPlayerCharacAttributeSet);
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics
{
static const FClassRegisterCompiledInInfo ClassInfo[];
};
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics::ClassInfo[] = {
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics::ClassInfo[] = {
{ Z_Construct_UClass_UHYPlayerCharacAttributeSet, UHYPlayerCharacAttributeSet::StaticClass, TEXT("UHYPlayerCharacAttributeSet"), &Z_Registration_Info_UClass_UHYPlayerCharacAttributeSet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHYPlayerCharacAttributeSet), 2236436500U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_695937506(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_695937506(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -16,8 +16,8 @@ struct FGameplayAttributeData;
#endif
#define HWANYOUNG2_HYPlayerCharacAttributeSet_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS \
\
DECLARE_FUNCTION(execOnRep_MaxStamina); \
DECLARE_FUNCTION(execOnRep_Stamina); \
@ -30,7 +30,7 @@ struct FGameplayAttributeData;
DECLARE_FUNCTION(execOnRep_Level);
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
\
DECLARE_FUNCTION(execOnRep_MaxStamina); \
DECLARE_FUNCTION(execOnRep_Stamina); \
@ -43,8 +43,8 @@ struct FGameplayAttributeData;
DECLARE_FUNCTION(execOnRep_Level);
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ACCESSORS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUHYPlayerCharacAttributeSet(); \
friend struct Z_Construct_UClass_UHYPlayerCharacAttributeSet_Statics; \
@ -70,7 +70,7 @@ private: \
public:
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS \
private: \
static void StaticRegisterNativesUHYPlayerCharacAttributeSet(); \
friend struct Z_Construct_UClass_UHYPlayerCharacAttributeSet_Statics; \
@ -96,7 +96,7 @@ private: \
public:
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_STANDARD_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UHYPlayerCharacAttributeSet(const FObjectInitializer& ObjectInitializer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHYPlayerCharacAttributeSet) \
@ -109,7 +109,7 @@ private: \
public:
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API UHYPlayerCharacAttributeSet(UHYPlayerCharacAttributeSet&&); \
@ -120,27 +120,27 @@ public: \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHYPlayerCharacAttributeSet)
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_14_PROLOG
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_GENERATED_BODY_LEGACY \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_14_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_STANDARD_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -148,7 +148,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class UHYPlayerCharacAttributeSet>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacAttributeSet_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -75,15 +75,15 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYPlayerCharacController);
AHYPlayerCharacController::~AHYPlayerCharacController() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo[] = {
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), 1214835488U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_750325604(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_750325604(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

@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYPlayerCharacController_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ACCESSORS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesAHYPlayerCharacController(); \
friend struct Z_Construct_UClass_AHYPlayerCharacController_Statics; \
@ -27,7 +27,7 @@ public: \
DECLARE_SERIALIZER(AHYPlayerCharacController)
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS \
private: \
static void StaticRegisterNativesAHYPlayerCharacController(); \
friend struct Z_Construct_UClass_AHYPlayerCharacController_Statics; \
@ -36,7 +36,7 @@ public: \
DECLARE_SERIALIZER(AHYPlayerCharacController)
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_STANDARD_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API AHYPlayerCharacController(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYPlayerCharacController) \
@ -50,7 +50,7 @@ public: \
NO_API virtual ~AHYPlayerCharacController();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API AHYPlayerCharacController(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
private: \
@ -64,27 +64,27 @@ public: \
NO_API virtual ~AHYPlayerCharacController();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_12_PROLOG
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_GENERATED_BODY_LEGACY \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_12_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_STANDARD_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -92,7 +92,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYPlayerCharacController>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -590,15 +590,15 @@ void EmptyLinkFunctionForGeneratedCodeHYPlayerState() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(AHYPlayerState);
AHYPlayerState::~AHYPlayerState() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics
{
static const FClassRegisterCompiledInInfo ClassInfo[];
};
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics::ClassInfo[] = {
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics::ClassInfo[] = {
{ Z_Construct_UClass_AHYPlayerState, AHYPlayerState::StaticClass, TEXT("AHYPlayerState"), &Z_Registration_Info_UClass_AHYPlayerState, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYPlayerState), 1326623310U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_3041581654(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_3041581654(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_Statics::ClassInfo),
nullptr, 0,
nullptr, 0);
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -14,8 +14,8 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HYPlayerState_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS \
\
DECLARE_FUNCTION(execGetPlayerLevel); \
DECLARE_FUNCTION(execGetMaxGaugeP); \
@ -30,7 +30,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
DECLARE_FUNCTION(execIsAlive);
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
\
DECLARE_FUNCTION(execGetPlayerLevel); \
DECLARE_FUNCTION(execGetMaxGaugeP); \
@ -45,8 +45,8 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
DECLARE_FUNCTION(execIsAlive);
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ACCESSORS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesAHYPlayerState(); \
friend struct Z_Construct_UClass_AHYPlayerState_Statics; \
@ -56,7 +56,7 @@ public: \
virtual UObject* _getUObject() const override { return const_cast<AHYPlayerState*>(this); }
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS \
private: \
static void StaticRegisterNativesAHYPlayerState(); \
friend struct Z_Construct_UClass_AHYPlayerState_Statics; \
@ -66,7 +66,7 @@ public: \
virtual UObject* _getUObject() const override { return const_cast<AHYPlayerState*>(this); }
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_STANDARD_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API AHYPlayerState(const FObjectInitializer& ObjectInitializer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AHYPlayerState) \
@ -80,7 +80,7 @@ public: \
NO_API virtual ~AHYPlayerState();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API AHYPlayerState(AHYPlayerState&&); \
@ -92,27 +92,27 @@ public: \
NO_API virtual ~AHYPlayerState();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_15_PROLOG
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_GENERATED_BODY_LEGACY \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_15_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_STANDARD_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h_18_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -120,7 +120,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class AHYPlayerState>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerState_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HYPlayerState_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -74,15 +74,15 @@ void EmptyLinkFunctionForGeneratedCodeHwanyoungAssetManager() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(UHwanyoungAssetManager);
UHwanyoungAssetManager::~UHwanyoungAssetManager() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_1983237584(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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

View File

@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_HwanyoungAssetManager_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS
#define FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_12_PROLOG
#define FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS \
FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -1,10 +1,12 @@
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYCharacGameplayAbility.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYCharacAbilitySystemComponent.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacAttributeSet.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacController.h
C:\Users\panha\Documents\GitHub\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerState.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.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\HYCharacGameplayAbility.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacAttributeSet.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYCharacAbilitySystemComponent.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerState.h

View File

@ -105,15 +105,15 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2() {}
}
return Z_Registration_Info_UEnum_EAbilityInputID.InnerSingleton;
}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics
struct Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics
{
static const FEnumRegisterCompiledInInfo EnumInfo[];
};
const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo[] = {
const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_595532249(TEXT("/Script/hwanyoung2"),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_595532249(TEXT("/Script/hwanyoung2"),
nullptr, 0,
nullptr, 0,
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo));
Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2_h_Statics::EnumInfo));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -15,7 +15,7 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#define HWANYOUNG2_hwanyoung2_generated_h
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_hwanyoung2_h
#define FOREACH_ENUM_EABILITYINPUTID(op) \

View File

@ -23,13 +23,13 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2_init() {}
SingletonFuncArray,
UE_ARRAY_COUNT(SingletonFuncArray),
PKG_CompiledIn | 0x00000000,
0x73C25D44,
0xD4CBA453,
0x9A8936D6,
0x7D5AC926,
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, 0x73C25D44, 0xD4CBA453));
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, 0x9A8936D6, 0x7D5AC926));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -972,15 +972,15 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2Character() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2Character);
Ahwanyoung2Character::~Ahwanyoung2Character() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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), 1265183370U) },
};
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_2528113093(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo),
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_2528113093(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

@ -16,7 +16,7 @@ enum class EAbilityInputID : uint8;
#endif
#define HWANYOUNG2_hwanyoung2Character_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_DELEGATE \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_DELEGATE \
struct _Script_hwanyoung2_eventCharacterDiedDelegate_Parms \
{ \
Ahwanyoung2Character* Character; \
@ -29,8 +29,8 @@ static inline void FCharacterDiedDelegate_DelegateWrapper(const FMulticastScript
}
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS \
\
DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \
DECLARE_FUNCTION(execGetStartingCameraBoomArmLength); \
@ -48,7 +48,7 @@ static inline void FCharacterDiedDelegate_DelegateWrapper(const FMulticastScript
DECLARE_FUNCTION(execIsAlive);
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
\
DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \
DECLARE_FUNCTION(execGetStartingCameraBoomArmLength); \
@ -66,8 +66,8 @@ static inline void FCharacterDiedDelegate_DelegateWrapper(const FMulticastScript
DECLARE_FUNCTION(execIsAlive);
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ACCESSORS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesAhwanyoung2Character(); \
friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \
@ -77,7 +77,7 @@ public: \
virtual UObject* _getUObject() const override { return const_cast<Ahwanyoung2Character*>(this); }
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS \
private: \
static void StaticRegisterNativesAhwanyoung2Character(); \
friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \
@ -87,7 +87,7 @@ public: \
virtual UObject* _getUObject() const override { return const_cast<Ahwanyoung2Character*>(this); }
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_STANDARD_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_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) \
@ -101,7 +101,7 @@ public: \
NO_API virtual ~Ahwanyoung2Character();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API Ahwanyoung2Character(Ahwanyoung2Character&&); \
@ -113,27 +113,27 @@ public: \
NO_API virtual ~Ahwanyoung2Character();
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_18_PROLOG
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_GENERATED_BODY_LEGACY \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_18_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_STANDARD_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_21_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
@ -141,7 +141,7 @@ PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class Ahwanyoung2Character>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@ -75,15 +75,15 @@ void EmptyLinkFunctionForGeneratedCodehwanyoung2GameMode() {}
}
DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2GameMode);
Ahwanyoung2GameMode::~Ahwanyoung2GameMode() {}
struct Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_3956338697(TEXT("/Script/hwanyoung2"),
Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Users_panha_Documents_GitHub_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

View File

@ -14,11 +14,11 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_hwanyoung2GameMode_generated_h
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS
#define FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_9_PROLOG
#define FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS \
FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \
FID_Users_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \
FID_Users_panha_Documents_GitHub_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_panha_Documents_GitHub_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h
#define CURRENT_FILE_ID FID_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS