Installed AdvancedSessionsPlugin, files show in Windows Explorer, but not in UnrealEditor Content Browser

I am trying to install the AdvancedSessionsPlugin into my FPS blueprint template project. I can see all the .lib and .h files in Windows Explorer, but they don’t show in the Content Browser and I can’t use the plugin’s functionality.

The steps I followed when installing the plugin is:

  1. Download the zip
  2. Extract it into my project folder under /plugins
  3. Open my project

Anyone know what I am doing wrong?

That’s how it is. The plugin adds BP functionality. Open up a blueprint, right click, type in “AdvancedSessions” and you’ll see all the nodes available.

133509-_20.png

When I try that, nothing appears, even without context.

All the files from the zip is in the project, but they still don’t show inside the editor, only in windows explorer.

Are the files in /Plugins/AdvancedSessions

?

133514-_21.png

Yes, my files look the same as in your picture, but I can’t call any of the functionality in any blueprint, I also tried on a blueprint on an empty actor, still nothing. Shouldn’t I be able to view the files inside the content browser aswell?

133515-1.png

Here is the classes folder inside Unreal Content Browser :

Here is the classes folder inside Windows Explorer :

Strange… Couple of things you can check:

  1. Make sure the plugin version matches your engine version
  2. Check the plugins window, what’s there?

I downloaded “4.15.1 Release”, my engine version is 4.15.1. So that matches.

My plugins window looks like this : (Made window smaller to fit screenshot)

133520-plugins.png

I just noticed your problem. You put the plugin folder into the content folder. It should be in the main project directory.

133522-_23.png

Thank you so much! That fixed it. :smiley:

np! Would ya mind marking as answered?

Couldn’t find the button. Did it now, thanks again. :slight_smile: