You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Fix null termination memory scribble/crash when passing empty strings as payload in message members - Fix memory scribble when sending messages larger than 1024 bytes Minor features: - Clean-up some OSC BP interface issues (missing UPARAM(ref) markup, comments, etc.) - Add bool return to message payload array requests to determine if failed or if value is "fresh" - Add BP functions to convert Object path to and from OSCAddress - Add ability to remove OSC containers at index - Fix pattern matching for wildcarding over span of containers/method #rb ryan.mangin #ROBOMERGE-SOURCE: CL 11591183 via CL 11591193 #ROBOMERGE-BOT: (v655-11596533) [CL 11617587 by rob gay in Main branch]
25 lines
639 B
Plaintext
25 lines
639 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.1",
|
|
"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" : "http://epicgames.com",
|
|
"DocsURL" : "",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "",
|
|
"EnabledByDefault" : false,
|
|
"CanContainContent" : false,
|
|
"IsBetaVersion" : false,
|
|
"Installed" : false,
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name": "OSC",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
]
|
|
} |