Bascially, click on the far right item in the error line ( in your case, the first two are SetOrthoWidth and SetWorldLocation ) and it will take you to the offending code.
In the code, at that point, the node will taking input from a reference to something ( an actor / material etc ). That reference is pointing at nothing. In other words, you have not set it to anything…