Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/GameProjectUtils
References
| Module | GameProjectGeneration |
| Header | /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h |
| Include | #include "GameProjectUtils.h" |
Syntax
enum EClassLocation
&123;
UserDefined,
Public,
Private,
Classes,
&125;
Values
| Name | Description |
|---|---|
| UserDefined | The class is going to a user defined location (outside of the Public, Private, or Classes) folder for this module |
| Public | The class is going to the Public folder for this module |
| Private | The class is going to the Private folder for this module |
| Classes | The class is going to the Classes folder for this module |
Remarks
Where is this class located within the Source folder?