Files
UnrealEngineUWP/Engine/Plugins/Developer/KDevelopSourceCodeAccess/KDevelopSourceCodeAccess.uplugin
Ben Marsh 48a1db983b Change some more modules set as "Developer" type to "UncookedOnly".
#rb none
#rnx

[CL 8393167 by Ben Marsh in Dev-Build branch]
2019-08-31 19:47:51 -04:00

29 lines
614 B
Plaintext

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