Unreal.js

Is it possible to reference a JS-created class from BP? That is, if I create a class in JS that extends a Blueprint, can I spawn new instances of that class from BP somehow, or get a class ref so that I could use Get All Actors of Class BP node on it?

I noticed a BP node called “Resolve Class” but don’t know what it does…