Description

Hot reload iteration times have been crippled ever since CL# 3332960, which was a fix for [Link Removed].

Steps to Reproduce
  • Load QAGameEditor.
  • Add a space to QATestActor.cpp.
  • Hit Compile in the editor.
  • Note in the output that UnrealHeaderTool gets rerun even though no header has changed.

Expected: hot reload occurs successfully without UnrealHeaderTool rerunning on .cpp file changes, and that the error in [Link Removed] does not recur.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-51472 in the post.

6
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.17
Target Fix4.18.1
Fix Commit3713811
Main Commit3805231
CreatedOct 19, 2017
ResolvedOct 23, 2017
UpdatedApr 27, 2018
Pull Requests
4447 - klorberg