Skip to content

Commit 44dd2d5

Browse files
author
Matt Pursley
committed
init commit
1 parent 71787a5 commit 44dd2d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+121
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ Plugins/*/Intermediate/*
7272

7373
# Cache files for the editor to use
7474
DerivedDataCache/*
75+
76+
# MacOS DS Store files
77+
.DS_Store

BP_APIs.uproject

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"FileVersion": 3,
3+
"EngineAssociation": "4.27",
4+
"Category": "",
5+
"Description": "",
6+
"Plugins": [
7+
{
8+
"Name": "VaRest",
9+
"Enabled": true,
10+
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
11+
},
12+
{
13+
"Name": "WebBrowserWidget",
14+
"Enabled": true
15+
}
16+
]
17+
}

Config/DefaultEditor.ini

Whitespace-only changes.

Config/DefaultEngine.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
[/Script/EngineSettings.GameMapsSettings]
4+
GameDefaultMap=/Game/Levels/Level_BP_APIs.Level_BP_APIs
5+
EditorStartupMap=/Game/Levels/Level_BP_APIs.Level_BP_APIs
6+
7+
[/Script/HardwareTargeting.HardwareTargetingSettings]
8+
TargetedHardwareClass=Desktop
9+
AppliedTargetedHardwareClass=Desktop
10+
DefaultGraphicsPerformance=Maximum
11+
AppliedDefaultGraphicsPerformance=Maximum
12+
13+
[/Script/Engine.Engine]
14+
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/BP_APIs")
15+
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/BP_APIs")
16+

Config/DefaultGame.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
3+
[/Script/EngineSettings.GeneralProjectSettings]
4+
ProjectID=DD1A969D6A4984060F222FADEB859DC6

Content/Actor1.uasset

2 KB
Binary file not shown.

Content/Actor2.uasset

2 KB
Binary file not shown.
117 KB
Binary file not shown.
54.1 KB
Binary file not shown.
56.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)