How to share my Scripted Action with other people

I wrote a Scripted Action through an Editor Utility Blueprint that works fine within my local Unreal project. Now I want to share it across the team. Here is what I tried:

  1. Copy my_proj/Contents/Blueprints/my_editor_utility_blueprint.uasset to a teammate’s my_proj/Contents/Blueprints/ folder
  2. Saw the editor utility in the teammate’s Unreal project’s content browser
  3. Double-click the editor utility blueprint

But the blueprint appears to be empty in the BP editor.
Am I missing anything?

OK,this turned out to be a false alarm.
The target blueprint is not empty. My viewport wasn’t aligned correctly so that the nodes were outside of the default viewport.