Files
UnrealEngineUWP/Engine/Plugins/Developer/CLionSourceCodeAccess/CLionSourceCodeAccess.uplugin
Robb Surridge 610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00

32 lines
627 B
Plaintext

{
"FileVersion" : 3,
"Version" : 2,
"VersionName" : "2.0",
"FriendlyName" : "CLion Integration",
"Description" : "Allows access to source code in CLion.",
"Category" : "Programming",
"CreatedBy" : "dotBunny, Inc.",
"CreatedByURL" : "https://dotbunny.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "CLionSourceCodeAccess",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"PlatformAllowList" :
[
"Mac",
"Linux",
"Win64"
]
}
]
}