Files
UnrealEngine/Engine/Plugins/Developer/NullSourceCodeAccess/NullSourceCodeAccess.uplugin
2025-05-18 13:04:45 +08:00

29 lines
620 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" : "",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "NullSourceCodeAccess",
"Type" : "UncookedOnly",
"LoadingPhase" : "PreDefault",
"PlatformAllowList" :
[
"Linux"
]
}
]
}