Resizing plane according text line

Hi I am relatively new to Unreal and trying to learn Blueprint plus, i don’t have any prior knowledge coding so please help me or guide me through this situation.
I have created BP Class file adding Text and plane behind the text. Now trying to resize plane as character of text added or substracted in text line. any help will really help

You have to give yourself two variables:

the text and the character length ( can be 1 initially ).

Then use this code:

textplane

Drag off MyText search for ‘to string’, drag off → length, drag off and search for ‘int * float’…

2 Likes

Thanks a lot, really appreciate for your response, i will certainly try solution given by you

1 Like

Its working thanks alot

1 Like