Files
UnrealEngineUWP/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.uplugin
MalikuMane 1c75c940a3 PR #10127: Add missing SupportedTargetPlatforms for VisualStudioSourceCodeAccess (Contributed by MalikuMane)
https://jira.it.epicgames.com/browse/UE-177285


#ushell-cherrypick of 24250895 by UnrealBot
#preflight 6453cea61c2846595c68cbf1
#rb tim.smith

[CL 25336010 by MalikuMane in ue5-main branch]
2023-05-04 11:35:37 -04:00

32 lines
798 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Visual Studio Integration",
"Description" : "Allows access to source code in Visual Studio.",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedPrograms": [ "UnrealFrontend", "UnrealInsights" ],
"SupportedTargetPlatforms": [ "Win64" ],
"Modules" :
[
{
"Name" : "VisualStudioSourceCodeAccess",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"PlatformAllowList" :
[
"Win64",
],
"ProgramAllowList" : [ "UnrealFrontend", "UnrealInsights" ]
}
]
}