We need to be able to set a text limit/truncate a text_block in verse

This simple feature is needed. We cannot do anything with the player name apart from make bodges using images ect.

We either need to be able to truncate the text_block so after x amount of character length it’ll add … and/or it should be scrollable.

Widget bp have so much functionality but for certain things verse ui is better but this simple feature is not added to the verse ui api ???

In this snip

What i did was put an extra slot with the blue image in front of the text_block for the player name so even though its still slightly visible(Due to my semi transparent texture) the R 0 are readable for sure.

This should work like the epic version when you use island settings ect and it does the name if its long itll do the .. so its possible as it already exists in the pre made epic version we just need access to this function in verse.

With the player name we cannot do anything we cannot change it/truncate it nothing only pass the name into the s2m that accepts :agent

Even if Epic make a helper function we can use that accepts agent/message and returns the corrects length ie

AT ASHTAG → Name := GetUpdatedName(Player, 6) (6 = truncated length) then Name = AT ASH…

Anything that we can manipulate the player name length for a text block