updated AI controllers to have a new base AI controller

This commit is contained in:
Ji Yoon Rhee
2024-11-19 00:06:48 +09:00
parent 4bfad94952
commit 6ff8cec02b
52 changed files with 178416 additions and 121212 deletions

View File

@ -1,17 +1,17 @@
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYConsumableItem.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemyBase.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYManualPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYMoneyAutoPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAutomaticPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\CraftingInfo.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAttackComponent.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemyBase.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacController.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYSaveGameActor.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYMoneyAutoPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYProjectileAttackComponent.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\InventoryItem.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYConsumableItem.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYSaveGameActor.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAutomaticPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYManualPickUp.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h

View File

@ -14,21 +14,21 @@ PRAGMA_DISABLE_DEPRECATION_WARNINGS
#endif
#define HWANYOUNG2_hwanyoung2Character_generated_h
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS \
\
DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \
DECLARE_FUNCTION(execGetStartingCameraBoomArmLength);
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
\
DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \
DECLARE_FUNCTION(execGetStartingCameraBoomArmLength);
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS_NO_PURE_DECLS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesAhwanyoung2Character(); \
friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \
@ -37,7 +37,7 @@ public: \
DECLARE_SERIALIZER(Ahwanyoung2Character)
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS \
private: \
static void StaticRegisterNativesAhwanyoung2Character(); \
friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \
@ -46,7 +46,7 @@ public: \
DECLARE_SERIALIZER(Ahwanyoung2Character)
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_STANDARD_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API Ahwanyoung2Character(const FObjectInitializer& ObjectInitializer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(Ahwanyoung2Character) \
@ -60,7 +60,7 @@ public: \
NO_API virtual ~Ahwanyoung2Character();
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ENHANCED_CONSTRUCTORS \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \
private: \
/** Private move- and copy-constructors, should never be used */ \
NO_API Ahwanyoung2Character(Ahwanyoung2Character&&); \
@ -72,27 +72,27 @@ public: \
NO_API virtual ~Ahwanyoung2Character();
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_13_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_GENERATED_BODY_LEGACY \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_14_PROLOG
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_STANDARD_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_GENERATED_BODY \
#define FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_16_ENHANCED_CONSTRUCTORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \
FID_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS