I need to change my user input / check code input, so i want know:
Is it possible to use variable (string) to replace Text Render for implement interface? I ask because i used Text Render in UE 4.6.1 for the entirely Blueprint, but now not work anymore because major changes in version 4.8.3. So, i need to replace Text Render
it depends on how your doing it.
if its on another object, you need to cast to the other object after doing a trace, get the text render component on the other object, drag off the result pin, into âSet Textâ
I have used this for updating text on an object in the world and it works well.
The object itself (a door) is in the same exact location. It´s a mesh attached to components list of my blueprint.
Do you can show me an example of how you did it ?Iâm trying to restore a blueprint that has lost its functionality due to the version change of ue 4.6.1 to 4.8.3 . I used text render in old version: