Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/BuildTools/UnrealHeaderTool/UnrealHeaderTool.CHN.udn
mitchell wilson 8e244e1df4 Copying //UE4/Dev-Documentation to Samples-Main (//UE4/Samples-Main)
#rb none

#ROBOMERGE-OWNER: ben.marsh
#ROBOMERGE-AUTHOR: mitchell.wilson
#ROBOMERGE-SOURCE: CL 6955335 in //UE4/Main/...
#ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v367-6836689)

[CL 7090618 by mitchell wilson in Dev-Build branch]
2019-06-19 09:29:49 -04:00

17 lines
646 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
INTSourceChangelist:6446418
Availability: Public
Title: 虚幻标头工具
Description: 虚幻标头工具UHT是支持UObject系统的自定义解析和代码生成工具。
Type: landing
Parent: Programming/BuildTools
Order: 1
**虚幻标头工具UHT** 是支持UObject系统的自定义解析和代码生成工具。代码编译分两个阶段进行
1. 调用UHT。它将解析C++标头中引擎相关类元数据并生成自定义代码以实现诸多UObject相关的功能。
1. 调用普通C++编译器,以便对结果进行编译。
编译时,两个工具皆有可能出现错误,必须仔细检查。