Files
UnrealEngineUWP/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/NUTUnrealEngine4.uplugin
Nick Whiting 4b655cb4fd #ue4 Fix for SimpleHMD build break. Updated to conform to new API
[CL 2537858 by Nick Whiting in Main branch]
2015-05-05 14:50:14 -04:00

27 lines
520 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Netcode Unit Test - Unreal Engine 4",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.2.0",
"Description" : "Exploit unit tests for UE4 and some base UE4 games, based on the Netcode Unit Test framework",
"Category": "Networking",
"Modules" :
[
{
"Name" : "NUTUnrealEngine4",
"Type" : "Runtime",
"WhitelistPlatforms" :
[
"Win64",
"Win32"
]
}
]
}