This is caused from the render thread trying to call a blueprint event that was added in 4.19.
I filtered it behind IsInGameThread in my personal code for the time being, however since polling the location is only really done in the motioncontroller tick for the game thread it would be valid to just move the event into there instead.