Add UE5.8 Blueprint project skeleton

Blank Blueprint-only project (no C++ module), created via editor
project wizard, per the Blueprint-first decision in 03_TECH_STACK.md.
This commit is contained in:
Joshua Deville
2026-07-08 14:27:16 -04:00
parent e437a18121
commit 43494a614b
5 changed files with 212 additions and 0 deletions

15
SpaceGame.uproject Normal file
View File

@@ -0,0 +1,15 @@
{
"FileVersion": 3,
"EngineAssociation": "{23C4790B-40D5-7E25-BB47-319205D32C35}",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}