Please tell me What is wrong with this code

Something like this should work:


	
UpdatedPrimitive->AddImpulse(GetActorUpVector() * impulseAmount, NAME_None, true);


Third parameter is very important in your case :slight_smile: