I dont see the blueprint library option when creating new plugin

why isnt there a blueprint library here? did they remove it?

I don’t think that’s a thing. I think what you’re looking for is the UBlueprintFunctionLibrary class which you can create a blueprint of and add functions to that are available to all your blueprints. You can definitely create them within plugins that allow content, but you don’t have to.

i needed to create a dummy c++ class so that it will generate the project files. then it showed up

2 Likes