You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
committed by
UnrealBot
parent
cf04dca696
commit
9bff45fa47
@@ -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" ]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user