Widget won't be added

Hey there, first of all, we have a rule here that you are only allowed to bump a thread after 4 days of no response.
Please remember this rule for upcoming bumps! (:

Second, he meant this options:

http://puu.sh/julok/c0c647e341.png

Drag of the return value of the CreateWidget node and release it on an empty space.
Clicking “PromoteToVariable” will create a variable of the Objects Type. Which in this case, is your Widget.

You can then use the Variable to interact with the create widget. But make sure that this variable is filled with
the create widget! If you just create the variable and use it without filling it, it will just be an empty container!
This type of variable is not like an INT, where there is always a number in it! This one can and will be empty
if you don’t fill it! PromoteToVariable will directly add a “Set Node” for that variable and connect it with the
ReturnValue.

http://puu.sh/julCb/f59784638f.png

You CAN and SHOULD use the “IsValid” node on these Pointer variables. The “IsValid” output will only fire if the
variable is not empty.

So try to fix the error with the variable. If this doesn’t work, come back and show us the setup (: