major inventory system scripting job done, now onto creating blueprints, input action, and working on the GUI

This commit is contained in:
Ji Yoon Rhee
2024-01-01 21:54:48 +09:00
parent b7a583ab27
commit 76d375aae5
185 changed files with 13794 additions and 71201 deletions

View File

@ -12,11 +12,6 @@ AHYPlayerCharacController::AHYPlayerCharacController()
InventoryWeightLimit = 500;
}
void AHYPlayerCharacController::ReloadInventory()
{
}
int32 AHYPlayerCharacController::GetInventoryWeight()
{
int32 TotalWeight = 0;