Files
UnrealEngineUWP/Engine/Plugins/Developer/NullSourceCodeAccess/NullSourceCodeAccess.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
630 B
Plaintext

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