I’m recreating City Sample’s vehicle audio controller which is a child actor. In the child actor there is an event for Ignition On with a delay and a timeline, however nothing will fire after the delay and nothing connected to the timeline will fire.
Screenshot 1 shows prints before and after the delay. Before works, After does not.
Screenshot 2 shows a timeline further into the same event. With the Delay removed, everything fires up to this timeline, however the print connected to Update never fires.
If I connect a print after a Delay in ExitVehicle event it fires. So now I know they can work. However they just wont work in this specific IgnitionOn event (which gets called by EnterVehicle).
I can’t for the life of me figure out why this is happening.