Can I set a limit to number of Lines in a UMG Text Widget?

What I’d like is for each time the text wraps to a new line, for that new line to appear at the bottom while the 3 above it each move up one row, with the top line being pushed out / disappearing. See these old games for a demonstration:

https://drive.google.com/file/d/1oTn…ew?usp=sharing

https://drive.google.com/file/d/1R7d…ew?usp=sharing

Can a Text Widget in Unreal Engine be made to do that?

Edit: Solution Found: Wrap Textblock with a Scroll Box and have it scroll to end each time letters are added.