Skip to content

Commit a48e886

Browse files
committed
move 4.27 files to root level
1 parent dbd25ce commit a48e886

File tree

821 files changed

+77575
-65
lines changed

Some content is hidden

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

821 files changed

+77575
-65
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreal
2+
*.user
3+
4+
# Jetbrains
5+
.idea/
6+
17
# Visual Studio 2015 user specific files
28
.vs/
39
.vsconfig

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[submodule "4.27/passport-features/Plugins/unreal-immutable-sdk"]
2-
path = 4.27/passport-features/Plugins/unreal-immutable-sdk
1+
[submodule "Plugins/unreal-immutable-sdk"]
2+
path = Plugins/unreal-immutable-sdk
33
url = [email protected]:immutable/unreal-immutable-sdk.git
44
branch = feat/blui-enabled
5-
[submodule "4.27/passport-features/Plugins/BLUI"]
6-
path = 4.27/passport-features/Plugins/BLUI
5+
[submodule "Plugins/BLUI"]
6+
path = Plugins/BLUI
77
url = [email protected]:immutable/immutable-BLUI.git
88
branch = immutable
-6 KB
Binary file not shown.
Binary file not shown.

4.27/passport-features/Plugins/BLUI

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.

4.27/passport-features/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[UnrealEd.SimpleMap]
2-
SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
3-
4-
[EditoronlyBP]
5-
bAllowClassAndBlueprintPinMatching=true
6-
bReplaceBlueprintWithClass= true
7-
bDontLoadBlueprintOutsideEditor= true
8-
bBlueprintIsNotBlueprintType= true
9-
1+
[UnrealEd.SimpleMap]
2+
SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap
3+
4+
[EditoronlyBP]
5+
bAllowClassAndBlueprintPinMatching=true
6+
bReplaceBlueprintWithClass= true
7+
bDontLoadBlueprintOutsideEditor= true
8+
bBlueprintIsNotBlueprintType= true
9+

0 commit comments

Comments
 (0)