Description

Customer-reported bug in TextLayout (AllowPerCharacterWrapping):
Issue seems tied to bHasTrailingText handling in TextLayout.cpp (~line 694). The remainder handling after wrap inserts an extra break when the next char is whitespace.

Steps to Reproduce

Repro: * Text: "ABCDEFGHIJKLMN OP"

  • Width: fits only "ABCDEFGHIJKLM"
  • WrappingPolicy: AllowPerCharacterWrapping

Result:
ABCDEFGHIJKLM

OP
 
Expected:
ABCDEFGHIJKLM
N OP

Have Comments or More Details?

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

0
Login to Vote

Unresolved
Affects Versions5.6.1
CreatedAug 21, 2025
UpdatedSep 3, 2025
View Jira Issue