Is "/Game"a hidden folder?

static ConstructorHelpers::FClassFinder BluePrintFile(TEXT("/Game/Test/TestActor"));

Is “/Game” a hidden folder?
Folder not found

331580-wqe.png

Hi
Actually the Folder /Game is the equivalent of the folder Content.
Here’s an example of a new project :

331592-content.png

As you can see, we are under the folder Content in the editor, and as you can see in the path it’s /Game/Maps.

Watch out, I am talking about the Content folder of the project, not of an external module or plugin.

Hope this helps :slight_smile:

“/Game” is a reference to the Content folder,
“/Engine” is a reference to the Engine’s Content folder.

Hope this helps

thank you
content = game!

thank you
content = game!