Files
UnrealEngineUWP/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine4/NUTUnrealEngine4.uplugin
Josh Adams b0e4357576 - UBT Code changes to remove 32-bit Windows support (C++ code for 32-bit still exists)
#rb marc.audy (concept, not each file)

[CL 15265424 by Josh Adams in ue5-main branch]
2021-01-31 15:09:58 -04:00

38 lines
762 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" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "NUTUnrealEngine4",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Win64",
"Linux"
]
}
],
"Plugins":
[
{
"Name": "NetcodeUnitTest",
"Enabled": true
}
]
}