Trying to Add Impulse to Player Character

I’m trying to implement a rocket jump style mechanic. I’m using the default FirstPersonCharacter and trying to use AddImpulse on the CharacterMovementController but it doesn’t seem to affect my player. When I use Launch it works but it’s not the behavior that I desire. Is there some physics option that blocks adding forces or impulses?