Files
Cog/Plugins/Cog/Cog.uplugin
T
Arnaud Jamin 32ca4dc2ba Rename CogWindow plugin to Cog.
Fix Config saving not working
2025-02-12 13:56:06 -05:00

50 lines
933 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Cog",
"Description": "Cog is a set of debug tools for Unreal Engine built on top of ImGui",
"Category": "Other",
"CreatedBy": "Arnaud Jamin",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules":
[
{
"Name": "CogImgui",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "Cog",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogEngine",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogCommon",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogDebug",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogDebugEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
}
]
}