Is it OK to place an Array logic in widget bp?

Just curious, simple 3 buttons, all works fine, but I want to be sure that I’m doing it right =)

In theory that should be fine. However, you might want to create a struct which contains both the name and age (And anything else you may need going forward). Then you can just do Get (x) on the struct and have access to everything in the one variable and you won’t need a macro for it then either.

Oh yeah, I heard about that, thanks, I just want to go from simple to complex :wink: