PlayerController.AddFriction()

public void Player.PlayerController.AddFriction(Float friction, bool yFriction = true)

CyberPsychosis    >    Player    >    PlayerController    >    AddFriction

Summary

Slows down the players movement by the factor friction, will also cause friciton on the y axis if yFriction is true.