[UE-77906] addon: OSC Module Blob parameter as output

A minor thing in OSCManager.h:
The “Add Blob” Function has it’s input byte array pin as an output by reference. Probably just a UPARAM(ref) missing.

UFUNCTION(BlueprintCallable, Category = “Audio|OSC”)
static void AddBlob(UPARAM(ref) FOSCMessage& Message, UPARAM(ref) TArray& Value);

I’ve just noticed this and went looking for answers! Did you manage to fix it?