Need support for Midi Device Plugin in UE4.14

@dabulina -

It’s been awhile but hopefully you can answer this. I’ve copied your blueprint exactly and I’m getting this error message:

‘Error Blueprint Runtime Error: Accessed None trying to read property Midi Device from function: ‘ExecuteUbergraph_MIDIPROJECT’ from node: Bind Event to OnMIDIEvent in graph: EventGraph in object: MIDIPROJECT with description: Accessed None trying to read property Midi Device’.

I’ve tried a Print String off of the ‘Return Value’ pin on the ‘Create MIDIDevice Controller’ node and it’s reading as ‘None’. I’ve attached a screenshot. Any help would be greatly appreciated.

@busyframes - 

It’s been awhile but if you’re still looking for the correct SET node, all you have to do is pull a wire off of the ‘Return Value’ pin on the ‘Create MIDIDevice Controller’ node and click ‘Promote to variable’. It’ll create a variable which is a reference to the MIDIDevice. At least this is what it seems like the correct answer is.