UTemplateProjectDefs::PostGenerateProject

Callback after project generation is done, allowing for custom project generation behavior

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Classes/TemplateProjectDefs.h

Include

#include "TemplateProjectDefs.h"

Syntax

virtual bool PostGenerateProject
(
    const FString & DestFolder,
    const FString & SrcFolder,
    const FString & NewProjectFile,
    const FString & TemplateFile,
    bool bShouldGenerateCode,
    FText & OutFailReason
)

Remarks

Callback after project generation is done, allowing for custom project generation behavior

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