The Blueprint Library in my plugin is not usable

I may be misinterpreting your question but one thing does come to mind. Check your plugin.uproject file. See if the “Type” parameter is set to “Runtime”. If not, change it to that. It defaults to “Developer” (or maybe “Editor” for your plugin type) but to be included in a packaged build, it has to be set to “Runtime”.