{
	"FileVersion" : 3,
	"Version" : 1,
	"VersionName" : "1.0",
	"FriendlyName" : "UDP Messaging",
	"Description" : "Adds a UDP based transport and tunneling layer to the messaging sub-system for sending and receiving messages between networked computers and devices.",
	"Category" : "Messaging",
	"CreatedBy" : "Epic Games, Inc.",
	"CreatedByURL" : "http://epicgames.com",
	"DocsURL" : "",
	"MarketplaceURL" : "",
	"SupportURL" : "",
	"EnabledByDefault" : true,
	"CanContainContent" : false,
	"IsBetaVersion" : false,
	"Installed" : false,
	"SupportedPrograms" : 
	[
		"UnrealFrontend",
		"UnrealMultiUserServer",
		"UnrealDisasterRecoveryService",
		"UnrealLightmass",
		"CrashReportClientEditor"
	],
	"Modules" :
	[
		{
			"Name" : "UdpMessaging",
			"Type" : "RuntimeAndProgram",
			"LoadingPhase" : "PreDefault",
			"BlacklistPlatforms" :
			[
			],
			"WhitelistPrograms": [
				"UnrealFrontend",
				"UnrealMultiUserServer",
				"UnrealDisasterRecoveryService",
				"UnrealLightmass",
				"CrashReportClientEditor"
			]
		}
	]
}
