Deformed actor

Hello,

this is my actor class:

but after spawning it in the world, it deforms like this:

Can someone tell me why it is happening? And how to fix it?

Thank you

I am not sure but I would guess that those text components are not applied to the cube surface as a material would have been. I have never used those text components on an actor before.

My usual approach is to either make a material out of it or create a Widget component and arrange the text within the widget.