The best thing to do in this case is to create a boolean variable for all C++ created actors, for example:
bool bNotEditorSpawned
And obviously when spawned in C++ set it to true and everything that’s false is an editor placed actor. As far as I know that is the only way to do it.