4 results for "impulse" in function
function function function function
UPrimitiveComponent::AddImpulse Engine
Applies an instantaneous impulse to the component's physics body.
UCharacterMovementComponent::AddImpulse Engine
Applies an instantaneous impulse to the character's velocity.
UPrimitiveComponent::AddForce Engine
Applies a continuous force to the physics body each frame it is called.
ACharacter::LaunchCharacter Engine
Applies a velocity impulse to the character, overriding or adding to the current velocity.