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

25 lines
640 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "2.0",
"FriendlyName" : "OSC (Open Sound Control)",
"Description" : "Implements the OSC 1.0 specification, allowing users to send and receive OSC messages and bundles between remote clients or applications.",
"Category" : "Input Devices",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name": "OSC",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}