Files
UnrealEngineUWP/Engine/Plugins/Compression/OodleNetwork/OodleNetwork.uplugin
David Harvey 0a0ab3c7ac remove HoloLens from engine plugins' PlatformDenyList in favor of platform extension.
#jira UE-149794
#rnx
#rb trivial
#preflight 628f72f98c23e52ef0eff97b

[CL 20378217 by David Harvey in ue5-main branch]
2022-05-26 08:44:41 -04:00

23 lines
513 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Oodle Network",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"Description" : "Oodle Network plugin for packet compression.",
"Category": "Compression",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules": [
{
"Name": "OodleNetworkHandlerComponent",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}