Accessing c++ class from (widget) blueprint

It seems that I can use the GetGameInstance directly in the widget blueprint graph too, and cast the result into MyPlatformGameInstance, so that will solve the other problem also.

Thanks a lot!