Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/UProjectileMovementComponent
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category=ProjectileBounces,
Meta=(ClampMin="0", UIMin="0"))
float Friction
Remarks
Coefficient of friction, affecting the resistance to sliding along a surface. Normal range is [0,1] : 0.0 = no friction, 1.0+ = very high friction. Also affects the percentage of velocity maintained after the bounce in the direction tangent to the normal of impact. Ignored if bShouldBounce is false.