您的位置:首页 > 产品设计 > UI/UE

【UE4学习】07——设置自己的模板 Converting a Project to a Template

2016-04-24 16:02 513 查看
To convert an existing project into a template:

Move the project folder into the appropriate Templates directory:
Engine VersionPath
LauncherC:\Program Files\Unreal Engine[Version]\Templates
Source[ForkLocation]\UE4\Templates
Open Templates\[ProjectName]\Config\DefaultGame.ini and add or update the ProjectName variable.
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=E6468D0243A591234122E38F92DB28F4
ProjectName=MyTestTemplate


Copy Templates\TP_FirstPerson\Config\TemplateDefs.ini to Templates\[ProjectName]\Config\TemplateDefs.ini. You can use any existing template folder in place of TP_FirstPerson.

Open Templates\[ProjectName]\Config\TemplateDefs.ini and update the LocalizedDisplayNames and LocalizedDescriptionsvariables.
[/Script/GameProjectGeneration.TemplateProjectDefs]
LocalizedDisplayNames=(Language="en",Text="My Test Template")
LocalizedDescriptions=(Language="en",Text="A project including starter content and a first person character set up in Blueprints.")


You may add an icon file in Templates\[ProjectName]\[ProjectName].png
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: