Create blueprint node

57390-2015-09-06-14-44-42.png

How create a blueprint node like that in picture( it used for create a multiplayer chat system)

57390-2015-09-06-14-44-42.png

How create a blueprint node like that in picture( it used for create a multiplayer chat system)

2.png

In that instance it is probably a new function on an actor class which returns an output widget of someting like W_mpChatBox the W_ standing for widget as-per unreal engine standards.

So you click new function. Select the input or return node and on the deatils panel add to the output a variable called chat of data type W_mpChat. The function probably goes input → create widget (W_mpChat) blue pin to ‘Chat’ variable output node → Add to viewport → Return

Of course first you have to create the widget mpChat (content browser,right click → user interface → widget)

Double click on that node it will show you how its made.

Don’t forget to accept an answer that best clears your question up or answers it so when the community finds your question in the future via search/google they know exactly what you did to fix it/get it going.