Initialization of Timeline in a blueprint

This is still a problem for me in 4.7.6. Basically you have to call a timeline once through one of its exec pins (I use ‘Stop’) for any other function to be able to call it. I have a separate function that does a PlayFromStart and this fails unless the ‘Stop’ is first called from EventBeginPlay. Wish this wasn’t the case.