Navigation
API > API/Editor > API/Editor/GameProjectGeneration > API/Editor/GameProjectGeneration/GameProjectUtils
Where is this class located within the Source folder?
| Name | EClassLocation |
| Type | enum |
| Header File | /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h |
| Include Path | #include "GameProjectUtils.h" |
Syntax
enum EClassLocation
{
UserDefined,
Public,
Private,
Classes,
}
Values
| Name | Remarks |
|---|---|
| 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 |