UIButton.current.gameObjectに、今押されたButtonのGameObjectが入っています。
public void OnPressNotify() { GameObject Obj = UIButton.current.gameObject; }