[Plugin] Myo

You are my hero, it seems there were cases where you could have Null set as the interface delegate and it would emit MyoDisabled all other cases are guarded by valid Myo Id. means your recommended fix only needed to be applied to that one event.


void MyoDelegateBlueprint::MyoDisabled()
{
	if (IsValidDelegate())
		IMyoInterface::Execute_DeviceDisabled(_interfaceDelegate);
}

Thanks a lot for finding this! Gotta say that I’m also happy I commented my code earlier…

may be the same error see if the latest (0.7.12) didn’t fix that for you and that you’ve followed the packaging instructions found on github. If there is still a problem, post or pm me your logs from the crash found under saved/logs.

Update to 0.7.12
-Should no longer crash in the cases where Myo Disabled is emitted but no
delegate is set.