GameProjectUtils::DuplicateProjectForUpgrade

Creates a copy of a project directory in order to upgrade it.

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 [EProjectDuplicateResult](API\Editor\GameProjectGeneration\GameProjectUtils\EProjectDuplicateResult) DuplicateProjectForUpgrade
(
    const [FString](API\Runtime\Core\Containers\FString) & InProjectFile,
    [FString](API\Runtime\Core\Containers\FString) & OutNewProjectFile
)

Remarks

Creates a copy of a project directory in order to upgrade it.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library