For some reason this simple blueprint is triggered twice, what would be the best work around if this is unavoidable,

The IMC is enabled only once
Only one key bound to the event
For some reason this simple blueprint is triggered twice, what would be the best work around if this is unavoidable,
The IMC is enabled only once
Only one key bound to the event
It does not happen under regular circumstances. Do you, perhaps, have 2 widgets?
You can use a node called do once. It only fires the code put after “completed” once. You can also have it repeat the code when you like by using the reset execution pin
I do have multiple widgets, but this IA is only used in one, And any change in the printed string here is the only string which is printed twice
I mean, create a new empty project, add inputs. Or open any template. Observe that this will not manifest. The whole point of EI is to not do that. There’s something lurking in your script that is causing this. From what you’ve shown, my guess is that you have 2 widgets and both trigger.
See if you can find the place where you create / add widgets that handle this.
Do you mean 2 instances of the same widget?
Yes, that’s what I meant, should have been clearer. Try:
See what you get. You can also see it here:
During PIE.
You were right, a bad merge left a refernce to the same widget in another place.
Thank You so much for taking the time
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.