Rumbleball
(Rumbleball)
January 29, 2018, 1:44am
11
Thunder_Owl:
Hello! Is there maybe visual BP examples, pictures or video, for beginner level, how to set things up, to get variations of results? Let’s say, I would like one billboard, not attached to dynamic actor (simply floating somewhere), and feed N different texts there, with manual written prefixes (descriptions), each color coded, each representing changing (but not scrolling) value that I would be otherwise getting from PrintString-s ? I would really appreciate somehelp for novice here, Thank You.
EDIT: ah, okay, I mostly figured out usage of this. Thanks a lot to Author, for this nice addition to engine! Trick was to use “PrintStringAdvanced” and setting the key there, which is basically position of non-scrolling row. Nice!
If you want text to not scroll (apart of using the message key), you can use the trick of a duration of 0. This prints the text only for one frame. But then you will need to print the text every frame.
Let me know when you still need help or have a feature request.