Files
Cog/Plugins/Cog/Cog.uplugin
T
2023-10-13 14:59:53 -04:00

50 lines
938 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": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules":
[
{
"Name": "CogImgui",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CogWindow",
"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"
}
]
}