Files
UnrealEngineUWP/Engine/Plugins/Developer/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.uplugin
Andrew Copland 9bff45fa47 Set the code accessor plugins to be Developer plugins rather than Editor only since Slate can be used within game now.
TTP #333675 - SLATE: WidgetReflector code reference hyperlinks don't work anymore
reviewer Steve.Robb

[CL 2096930 by Andrew Copland in Main branch]
2014-06-06 05:07:37 -04:00

21 lines
482 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Visual Studio Source Code Access",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Allows access to source code in Visual Studio.",
"Category" : "Developer.Source Code Access",
"Modules" :
[
{
"Name" : "VisualStudioSourceCodeAccess",
"Type" : "Developer",
"WhitelistPlatforms" : [ "Win64", "Win32" ]
}
]
}