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" |
| Source | /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp |
static void GetProjectSourceDirectoryInfo
&40;
int32 & OutNumFiles,
int64 & OutDirectorySize
&41;
Remarks
Retrieves file and size info about the project's source directory
Parameters
| Name | Description |
|---|---|
| OutNumFiles | Contains the number of files within the source directory |
| OutDirectorySize | Contains the combined size of all files in the directory |