GameProjectUtils::GetProjectSourceDirectoryInfo

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

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h

Include

#include "GameProjectUtils.h"

Source

/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp

Syntax

static void GetProjectSourceDirectoryInfo
(
    int32 & OutNumFiles,
    int64 & OutDirectorySize
)

Remarks

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

Parameters

Parameter

Description

OutNumFiles

Contains the number of files within the source directory

OutDirectorySize

Contains the combined size of all files in the directory

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss