AnKangCAVE51/AnKang/Windows/Engine/Plugins/Messaging/UdpMessaging/UdpMessaging.uplugin

46 lines
1.0 KiB
Plaintext

{
"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",
"UnrealMultiUserSlateServer",
"UnrealRecoverySvc",
"UnrealLightmass",
"CrashReportClientEditor"
],
"Modules" :
[
{
"Name" : "UdpMessaging",
"Type" : "RuntimeAndProgram",
"LoadingPhase" : "PreDefault",
"PlatformDenyList" :
[
],
"ProgramAllowList": [
"UnrealFrontend",
"UnrealMultiUserServer",
"UnrealMultiUserSlateServer",
"UnrealRecoverySvc",
"UnrealLightmass",
"CrashReportClientEditor"
]
}
]
}