Files
UnrealEngineUWP/Engine/Plugins/Developer/KDevelopSourceCodeAccess/KDevelopSourceCodeAccess.uplugin
T

29 lines
614 B
Plaintext
Raw Normal View History

2014-11-04 16:37:36 -05:00
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "KDevelop Integration",
2014-11-04 16:37:36 -05:00
"Description" : "Allows access to source code in KDevelop.",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
2014-11-04 16:37:36 -05:00
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
2014-11-04 16:37:36 -05:00
"Modules" :
[
{
"Name" : "KDevelopSourceCodeAccess",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Linux"
]
2014-11-04 16:37:36 -05:00
}
]
}