OnStart of current Node is called before OnEnd of previous node

ATHellboy

New member
What is the reason ? OnStart of current node should not be called After OnEnd of previous node ? Can I change it ?
 
What does your branch look like? If it's in a sequence then OnStart will always be called after OnEnd.
 
Top