How to Identify all Assets currently using "Editor Only" in the details menu?

Hi everyone! So I’m a bit new to Editor and am a new hire with a company that uses it exclusively. I have been tasked with searching our existing game for all assets that are marked as “Editor Only” in their details panel. There are a lot of assets already integrated into the current level so checking each asset manually would take a lot of time. Is there a way I can search all actors in my scene at once to see if this is toggled in their details menu? Thanks!

Unfortunately the editor only flag is only accessible through c++ so you will have to compile the project.

GetAllEditoryOnly.zip (18.2 KB)
Right click on GetAllEditoryOnly.uproject and generate the visual studio project.
Compile from IDE
Run the widget