How to find folder named Game in Content Brower?

how to find folder named Game in Content Brower?
where is the folder?

It is root of content folder of your currently opened project. Engine has it’s own virtual file system creates mount points to folder so you can access Project, Enigne and Plug-in content folders even thru they physically in diffrent locations. You can click this icon whch will open the tree:

And you can see it there. You can see other folders by switching visibility oprions in “view options”

By Default the way unreal works is in File Explorer there is no folder called Game. But it is actually just your Content folder so for ThirdPerson C++ Project in File Explorer it would be /Content/ThirdPersonCPP, but wihtin editor it would be /Game/ThirdPersonCPP