Got Cog jailbroken from the game viewport (a UCogEditorSubsystem instance can be within the editor's main frame now)

This commit is contained in:
ed
2025-05-18 22:16:00 -04:00
parent 7acdda3679
commit b58f73da28
27 changed files with 914 additions and 101 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Cog Editor",
"Description": "Cog: Editor Plugin for usage outside of the game viewport",
"Category": "Other",
"CreatedBy": "Edward R. Gonzalez",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules":
[
{
"Name": "CogEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Cog",
"Enabled": true
}
]
}