I have a hieararchy of actors and switch actors. The selection works fine when a switch actor is an immediate child of a parent switch actor(SwitchActor->SwitchActor). But when the hierarchy looks like this SwitchActor->Actor->SwitchActor, the switch selection at the root level turns on all the option on the child switch actor.
Selection works fine
SwitchActor
–SwitchActor
–SwitchActor
Resets the sub switch actors
SwitchActor
–Actor
----SwitchActor
–Actor
----SwitchActor
(Indentation indicates parent-child relationship)