Hi,
I recently upgrade UE from v18 to v23.00.
In UE v18 the feature 'Add Indent' added space indent to all lines including empty lines, this is not done in UE v23.00.
Example text before 'Add Indent':
(UE v18) Example text after 'Add Indent' 2 char:
(UE v23) Example text after 'Add Indent' 2 char:
With the new version of UE no indention is done on the empty line.
How can I change this in UE v23.00 to make it work as it was in UE v18?
I recently upgrade UE from v18 to v23.00.
In UE v18 the feature 'Add Indent' added space indent to all lines including empty lines, this is not done in UE v23.00.
Example text before 'Add Indent':
Code: Select all
First line with content¶
¶
Empty line above¶
Code: Select all
First line with content¶
¶
Empty line above¶
Code: Select all
First line with content¶
¶
Empty line above¶
How can I change this in UE v23.00 to make it work as it was in UE v18?