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

23 lines
488 B
Plaintext
Raw Normal View History

{
"FileVersion" : 3,
"FriendlyName" : "KDevelop Source Code Access",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.6.0",
"Description" : "Allows access to source code in KDevelop.",
"Category" : "Developer.Source Code Access",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "KDevelopSourceCodeAccess",
"Type" : "Developer",
"WhitelistPlatforms" : [ "Linux" ]
}
]
}