Files
UnrealEngineUWP/Engine/Source/Developer/OutputLog
Jamie Dale 7775242a93 Fixed output log performance degradation as new text was added
UETOOL-129 - Investigate SOutputLog performance degradation

FTextLayout::AddLine was causing a re-flow of the entire document when a new line was added. This change makes it only flow the line that is being added (providing the rest of the layout is already up-to-date).

ReviewedBy Justin.Sargent

[CL 2363200 by Jamie Dale in Main branch]
2014-11-18 06:25:21 -05:00
..