Why does the `Widget Switcher` have two different `SetActiveWidgetIndex` methods?

Which SetActiveWidgetIndex should I use?

Use the function.
They probably both do the same thing, but you typically go for the function in these situations. A set function might have extra logic that needs to be done to properly update.
Normally there’s only one or the other though… odd.

2 Likes