-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4 #5 메인 모니터 메뉴 탭 생산물 테이블 생성, 가공물 테이블 변경 거래소에 생산물 테이블 내용 기반 UI 항목 생성 버튼 누를 시 화폐 소모, 구매한 물건 스폰 +가구 설치 버그 수정
- Loading branch information
1 parent
1b70208
commit fa410ab
Showing
25 changed files
with
53 additions
and
27 deletions.
There are no files selected for viewing
Binary file modified
BIN
+67 Bytes
(100%)
Unreal 5.0/Content/SmartFactoryBP/BP_AnimalIncubator.uasset
Binary file not shown.
Binary file modified
BIN
+90 Bytes
(100%)
Unreal 5.0/Content/SmartFactoryBP/BP_PlantIncubator.uasset
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.53 KB
Unreal 5.0/Content/SmartFactoryBP/HoldableObjects/CommodityTable.uasset
Binary file not shown.
Binary file modified
BIN
-127 Bytes
(100%)
Unreal 5.0/Content/SmartFactoryBP/HoldableObjects/Plant/Amaryllis/BP_CO_Amaryllis.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.52 KB
Unreal 5.0/Content/SmartFactoryBP/HoldableObjects/ProductTable.uasset
Binary file not shown.
Binary file modified
BIN
+322 Bytes
(100%)
Unreal 5.0/Content/SmartFactoryBP/Panel/BP_3DPanel_UMG.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
// Fill out your copyright notice in the Description page of Project Settings. | ||
|
||
|
||
#include "DataTableRow.h" | ||
|
||
// Sets default values | ||
ADataTableRow::ADataTableRow() | ||
{ | ||
// Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. | ||
PrimaryActorTick.bCanEverTick = true; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,7 @@ FString UHoldableObject::GetName() { | |
return Name; | ||
} | ||
|
||
int32 UHoldableObject::GetPrice() { | ||
return Price; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters