Files
UnrealEngineUWP/Engine/Plugins/Developer/NullSourceCodeAccess/NullSourceCodeAccess.uplugin
Ben Marsh c1baa99512 Improve some plugin descriptions.
[CL 2521688 by Ben Marsh in Main branch]
2015-04-22 16:29:04 -04:00

23 lines
512 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName": "Linux Compiler-only Integration",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Salamanderrake" ,
"CreatedByURL" : "/dev/null",
"EngineVersion" : "4.7.0",
"Description" : "Allows access to c++ projects while only looking for clang++",
"Category" : "Programming",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "NullSourceCodeAccess",
"Type" : "Developer",
"WhitelistPlatforms" : [ "Linux" ],
"LoadingPhase" : "PreDefault"
}
]
}