Get Assets by Class - how to find all BP assets of given class?

My friend found a solution:

  • use node GetDerivedClassNames
  • for Name param connect Make TopLevelAssetPath node:
    • for Package Name param use folder path
    • for Asset Name param use BP name + “_C” suffix, e.g. MyBlueprint_C
2 Likes