Hello All,
I am new to UE and have a problem with DuplicateLine command. It appears that DuplicateLine only works correctly if there is a 'Line terminator' present on the line you are trying to duplicate. For example if I type:
and immediately issue a DuplicateLine the results is:
It puts it on the same line. If I type in the same sentence and hit enter which puts a 'Line terminator' at the end and then issue the DuplicateLine command I get the following expected results:
The line is actually duplicated like I want. How can I get DuplicateLine to work regardless of whether there is a 'Line terminator' or not. This is a very common feature I use on a daily basis. Thanks.
Ronnie
I am new to UE and have a problem with DuplicateLine command. It appears that DuplicateLine only works correctly if there is a 'Line terminator' present on the line you are trying to duplicate. For example if I type:
Code: Select all
This a test
Code: Select all
This is a test This is a test
Code: Select all
This is a test
This is a test
Ronnie