Illusion-UE5/hwanyoung2/Intermediate/Build/Win64/UnrealGame/Inc/hwanyoung2/UHT/HYCharacAbilitySystemComponent.generated.h
2024-02-11 15:37:54 -05:00

115 lines
7.0 KiB
C++

// 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 "HYCharacAbilitySystemComponent.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UHYCharacAbilitySystemComponent;
#ifdef HWANYOUNG2_HYCharacAbilitySystemComponent_generated_h
#error "HYCharacAbilitySystemComponent.generated.h already included, missing '#pragma once' in HYCharacAbilitySystemComponent.h"
#endif
#define HWANYOUNG2_HYCharacAbilitySystemComponent_generated_h
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_10_DELEGATE \
struct _Script_hwanyoung2_eventReceivedDamageDelegate_Parms \
{ \
UHYCharacAbilitySystemComponent* SourceASC; \
float UnmitigatedDamage; \
float MitigatedDamage; \
}; \
static inline void FReceivedDamageDelegate_DelegateWrapper(const FMulticastScriptDelegate& ReceivedDamageDelegate, UHYCharacAbilitySystemComponent* SourceASC, float UnmitigatedDamage, float MitigatedDamage) \
{ \
_Script_hwanyoung2_eventReceivedDamageDelegate_Parms Parms; \
Parms.SourceASC=SourceASC; \
Parms.UnmitigatedDamage=UnmitigatedDamage; \
Parms.MitigatedDamage=MitigatedDamage; \
ReceivedDamageDelegate.ProcessMulticastDelegate<UObject>(&Parms); \
}
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS_NO_PURE_DECLS
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUHYCharacAbilitySystemComponent(); \
friend struct Z_Construct_UClass_UHYCharacAbilitySystemComponent_Statics; \
public: \
DECLARE_CLASS(UHYCharacAbilitySystemComponent, UAbilitySystemComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
DECLARE_SERIALIZER(UHYCharacAbilitySystemComponent)
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS \
private: \
static void StaticRegisterNativesUHYCharacAbilitySystemComponent(); \
friend struct Z_Construct_UClass_UHYCharacAbilitySystemComponent_Statics; \
public: \
DECLARE_CLASS(UHYCharacAbilitySystemComponent, UAbilitySystemComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \
DECLARE_SERIALIZER(UHYCharacAbilitySystemComponent)
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_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) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYCharacAbilitySystemComponent); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYCharacAbilitySystemComponent); \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API UHYCharacAbilitySystemComponent(UHYCharacAbilitySystemComponent&&); \
NO_API UHYCharacAbilitySystemComponent(const UHYCharacAbilitySystemComponent&); \
public: \
NO_API virtual ~UHYCharacAbilitySystemComponent();
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API UHYCharacAbilitySystemComponent(UHYCharacAbilitySystemComponent&&); \
NO_API UHYCharacAbilitySystemComponent(const UHYCharacAbilitySystemComponent&); \
public: \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYCharacAbilitySystemComponent); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYCharacAbilitySystemComponent); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHYCharacAbilitySystemComponent) \
NO_API virtual ~UHYCharacAbilitySystemComponent();
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_16_PROLOG
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_SPARSE_DATA \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ACCESSORS \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_INCLASS_NO_PURE_DECLS \
FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h_19_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
template<> HWANYOUNG2_API UClass* StaticClass<class UHYCharacAbilitySystemComponent>();
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Users_benja_Desktop_Halloween_JAm_Illusions_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYCharacAbilitySystemComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS