Files
UnrealEngineUWP/Engine/Plugins/Developer/NullSourceCodeAccess/NullSourceCodeAccess.uplugin
salamanderrake 64c361faae PR #1071: NullSourcecodeAccess plugin for Linux. (Contributed by salamanderrake)
[CL 2518640 by Dmitry Rekman in Main branch]
2015-04-20 21:33:48 -04:00

23 lines
519 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Null Source Code Access",
"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" : "Developer.Source Code Access",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name" : "NullSourceCodeAccess",
"Type" : "Developer",
"WhitelistPlatforms" : [ "Linux" ],
"LoadingPhase" : "PreDefault"
}
]
}