Files
UnrealEngine/Engine/Plugins/DiscoveryBeaconReceiver/DiscoveryBeaconReceiver.uplugin
2025-05-18 13:04:45 +08:00

25 lines
649 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Discovery Beacon Receiver",
"Description": "Listens for messages on a multicast socket and replies with information about the engine.",
"Category": "Messaging",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "DiscoveryBeaconReceiver",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Linux", "Mac" ]
}
]
}