UnrealImGui/ImGui.uplugin
Sebastian 2b5d871609 Introduced official version of the plugin:
- Set plugin version to 1.14
- Added CHANGES.md file with overview of changes.
2019-04-07 18:49:04 +01:00

23 lines
401 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.14",
"FriendlyName": "ImGui",
"Description": "",
"Category": "Debug",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ImGui",
"Type": "Developer",
"LoadingPhase": "PreDefault"
}
]
}