Switching between multiple cameras within the Character.

Hi jmalaske,

I know this is a super late answer and you probably know that how to add ‘delta time’ in the character BP.

For future reference, you can add delta time by creating Tick event in the character BP. Once create Tick event which has a float name as ‘Delta Seconds’ promote this and put the name whatever you want like ‘delta time’ and use this. :smiley: