Files
UnrealEngineUWP/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/NUTUnrealEngine4.uplugin
Ben Marsh 8525ae0de1 Change a few more plugins to UncookedOnly.
#rb none
#rnx

[CL 8393023 by Ben Marsh in Dev-Build branch]
2019-08-31 15:02:43 -04:00

39 lines
774 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Netcode Unit Test - Unreal Engine 4",
"Description" : "Exploit unit tests for UE4 and some base UE4 games, based on the Netcode Unit Test framework",
"Category" : "Networking",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "NUTUnrealEngine4",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Win64",
"Win32",
"Linux"
]
}
],
"Plugins":
[
{
"Name": "NetcodeUnitTest",
"Enabled": true
}
]
}