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]
This commit is contained in:
Andrew Copland
2014-06-06 05:07:37 -04:00
committed by UnrealBot
parent cf04dca696
commit 9bff45fa47
2 changed files with 4 additions and 4 deletions

View File

@@ -8,13 +8,13 @@
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Allows access to source code in Visual Studio.",
"Category" : "Editor.Source Code Access",
"Category" : "Developer.Source Code Access",
"Modules" :
[
{
"Name" : "VisualStudioSourceCodeAccess",
"Type" : "Editor",
"Type" : "Developer",
"WhitelistPlatforms" : [ "Win64", "Win32" ]
}
]