How does switch on name or string works?

Question name says it all.
I am making HUD and i have 4 hit boxes. But i can call “Event Receive Hit Box Click” only once. So other 3 Hit Boxes doesnt do anything. Is there a way to make all 4 hit boxes work different things ??

Thats why i wanted to know how switch on string or name works. Its not like switch on int, its totlay different and i have no clue what to do.

Here is the picture of Switch on Int, Switch on Name and Switch on String.
http://s21.postimg.org/ozipvh7vr/Screen_Shot_2014_05_14_at_13_39_35.png
Swtich on int have “add pin” where i can do flow control depends on a INT, but there si no “add pin” on Switch on String nor on Switch on Name

Thanks in advance

Hey wmbuRn,

Switch on Name and Int, do the same thing but the Selection is different! In order to access the selection options for both Int and Name, you must click the Node itself. Within the Details tab of your Name Switch, you will have access to the Pin Names. This is where you define your Hitbox Names. Within the Details tab of your Int Switch, you will have access to the Start Index and Default Pin. Allowing you to change the Selection.

I hope this brings some clarity!

Peace

3 Likes

That explains a lot. I never checked nor looked at details tab. And with your information i did what i wanted easily. Thank you for your help.