How to check "actor is blueprint or not"?

There’s for sure a better way to do this in BP’s probably, but I’ve used this for editor BP’s before. You can check if it’s class’ path is within /Game/ or a plugin. That’ll at least filter BP’s you’ve made out from regular static mesh actors and whatever else.