I have a c++ pawn class and I made a derived UFloatingPawnMovement class too. I want to attach it to pawn class by default just like we have one in Character bp class. If this is possible please assist me. Last time I crashed my project as I passed it trough constructor. Hopefully it is fine now.