UnrealImGui/ImGui.uplugin
Sebastian cd98f86005 Initial commit:
- License file and initial readme file.
- Plugin and module base configuration.
- Repository configuration.
2017-03-17 23:22:13 +00:00

23 lines
410 B
Plaintext

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