Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > UProjectileMovementComponent
Syntax
float BounceVelocityStopSimulatingThreshold
Remarks
If velocity is below this threshold after a bounce, stops simulating and triggers the OnProjectileStop event. Ignored if bShouldBounce is false, in which case the projectile stops simulating on the first impact.