GameProjectUtils::GetProjectSourceDirectoryInfo

Retrieves file and size info about the project's source directory

Unreal Engine C++ API Reference > 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
(
    int32 & OutNumFiles,
    int64 & OutDirectorySize
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library