How can I create a GamePlay Module?

hello everyone.
how i can create GamePlay Module Like ShooterGame sample That have Classes, Private, Public, Resources And Many Sub Folder?

do you mean a template?

Click File->Add Code to Project->Type of GameMode and then it will create a header/cpp file for you to add your code into.

in this way all code are in One folder but in shooterGame Example Code is in three folder that have many sub folder.

Currently you have to organise the files yourself. Just create the necessary folder structure, then Generate project files again for the new structure to reflect in Visual Studio. In v4.2 The “Add Code to Project” will actually utilise the Private/Public folder structure.

thanks for your answer.