One thing I found is that it looks like you can use the following to determine if a class has come from a blueprint.
Class->HasAllClassFlags(EClassFlags::CLASS_CompiledFromBlueprint)
One thing I found is that it looks like you can use the following to determine if a class has come from a blueprint.
Class->HasAllClassFlags(EClassFlags::CLASS_CompiledFromBlueprint)