Please i need help, im trying hide my actor using the interface with the checkbox “hidding actor” but i need program with the blueprints something like: if i touch a simple box will unhide my actors.
Im attentive to the answers.
Please i need help, im trying hide my actor using the interface with the checkbox “hidding actor” but i need program with the blueprints something like: if i touch a simple box will unhide my actors.
Im attentive to the answers.
Hey INGC,
You can un-hide a Mesh by using the “Set Hidden In Game” node. Like:
If “New Hidden” is checked, the Mesh will be hidden. If it is left un-checked, the Mesh will be shown.
Thank you so much !