static ConstructorHelpers::FClassFinder BluePrintFile(TEXT("/Game/Test/TestActor"));
Is “/Game” a hidden folder?
Folder not found
static ConstructorHelpers::FClassFinder BluePrintFile(TEXT("/Game/Test/TestActor"));
Is “/Game” a hidden folder?
Folder not found
Hi
Actually the Folder /Game is the equivalent of the folder Content.
Here’s an example of a new project :
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
“/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!