Page 1 of 1

Changed Argument of Array is not Exposed through Scene Port

Posted: 08 Jan 2015, 10:37
by Eric_RD
I have two scenes (Scene1, Scene2) And loaded Scene2 into Scene1 with a Scene Port.
Scene 2 Exposes a bool array to Scene1 which contains an indexer to split the Values.
The input of this indexer does change. The output however does not and the changed Event of the indexer is not triggered.

If I add another exposed variable (not an array), both values work like they should. If I delete the added variable the output of the indexer does not change again.

Re: Changed Argument of Array is not Exposed through Scene P

Posted: 08 Jan 2015, 10:44
by Eric_RD
Eric_RD wrote: If I add another exposed variable (not an array), both values work like they should. If I delete the added variable the output of the indexer does not change again.
Not Quite:

If I add another variable the change of this variable triggers the change of the Array, although there is no direct connection.
Changing the Array itself still changes nothing on the output of the indexer.

Re: Changed Argument of Array is not Exposed through Scene P

Posted: 09 Jan 2015, 15:38
by Karol
Fixed in upcoming 4.6.0!