Files
UnrealEngineUWP/Engine/Plugins/NetcodeUnitTest/NUTUnrealEngine/NUTUnrealEngine.uplugin
John Barrett e9e80a1f95 Rename NetcodeUnitTest plugins referencing UE4.
#JIRA UE-111370, UE-111422
#rb none

[CL 15780375 by John Barrett in ue5-main branch]
2021-03-23 13:31:36 -04:00

38 lines
779 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Netcode Unit Test - Unreal Engine",
"Description" : "Exploit unit tests for Unreal Engine and some base Unreal Engine 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" : "NUTUnrealEngine",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"WhitelistPlatforms" :
[
"Win64",
"Linux"
]
}
],
"Plugins":
[
{
"Name": "NetcodeUnitTest",
"Enabled": true
}
]
}