UTemplateProjectDefs::FixupStrings

Fixes up all strings in this definitions object to replace %TEMPLATENAME% with the supplied template name and %PROJECTNAME% with the supplied project name

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

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

Include

#include "TemplateProjectDefs.h"

Source

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

Syntax

void FixupStrings
(
    const FString & TemplateName,
    const FString & ProjectName
)

Remarks

Fixes up all strings in this definitions object to replace %TEMPLATENAME% with the supplied template name and %PROJECTNAME% with the supplied project name

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