So I followed [Reuben Ward’s Tutorial on making a whiteboard][1], but instead of using a FPS, I used a sphere which is always at mouse location. So far so good… NOT! Because whenever I use it, there is only a circle in the middle of the whiteboard and I have absolutely no idea what I’m doing wrong! Here are some screenshots:
Right after event ‘Draw on WB’ you multiply by scalar ‘0.0000’. If you breakpoint ‘Set Vector Paramateter’ you’ll probably see it is always a zeroed vector. I haven’t seen the tutorial, so I’m not sure what is actually supposed to go there.
Now I’m really confused… PrintString gives coordinates between 0 and 1, and yes, ‘UV from hit result’ is activated… Maybe it’s the board itself? I used a cube
I think you may be missing a parameter name in BP_Whiteboard: when you set the Vector Parameter Value in the Marker Material Instance the parameter name is set to None, but probably should be set to DrawLocation or something like that.
That… actually worked! And makes sense… Thanks PabloNajurieta, and also salm for your help! One last question: Do you think it’s possible to draw a texture?