"ReturnValue" and "Text Rendering Actor" is already a "PlayerController", don't need CastTo

Hi,

I’m using this tutorial for a dialogue/menu system:

I have done everything in the tutorial but for some reason, I get these warnings.

I’m not too sure why this is happening as I’ve followed the tutorial perfectly. I think this is affecting the final product also as when the buttons come up in my menu system, they’re all blank and when I click a button, nothing happens.

You don’t need to cast because it already knows that its a chair and its a Waring not an error its ok to have but better not. Example: there a sell on all the chairs in the shop, there boxes and there chairs that stand around for the boxes you need a cast for the chairs you already know that the discount counts (if there a chair inside). CHAIRS :P!