Text box question

hey guys , is it possible to call a custom funtion inside the same bp through a text box ? i cant find a solution for that

thx in advance!

In C++ you can call functions by name. In BP you got to stick to this: https://i.imgur.com/EC464Gw.png

Good luck and have Fun =)

There is a function called “Set Timer by function name”, where you can input a function name and it will execute it on right time. Just call it and set the time input to zero.