Speech bubble and dynamic 3D text

Hello !

I have 3D speech bubbles spawning near my NPC’s head whenever they speak. I want to add dynamic text in this bubble. How can I do this? I cannot seem to find the corresponding feature in UE.
Also, I have to add that this bubble can be thrown around (this is therefore a blueprint). I would to use a single blueprint to achieve this.
(Other question : I would need to scale my bubble according to the next in it. Any idea how to do that as well?)

Thank you!

Hi man,
here a video about making a widget that can be shown in the 3D world https://www.youtube.com/watch?v=VZSUgYw4Cm4
And for having a dynamic text, jump to 5 minutes, he will talkk about binding text to a var, or use a function https://www.youtube.com/watch?v=dWuu94_uUZs
And for scale text , Scaleboxes ! https://www.youtube.com/watch?v=x72zvrw7kXI

1 Like

Wow cheers! That’s perfect!