How do I create a speed boost power up?

First create 2 BP 2D_character(character) and Power_Up_Boost(actor). Then add your 2D_character a function “Power_Up” ,which will increase its speed. Then add your Power_Up_Boost Event “Begin overlap” and cast collision object as 2D_character and call its Power_Up function.