How do I make the friction 0?

How do I make the friction of the character 0?

GetCharacterMovement()->BrakingFriction = 0.0f;
GetCharacterMovement()->GroundFriction = 0.0f;

Ive tried that but it doesnt seem to work, like I want the friction to become 0, basically that nothing affects the velocity when touching the ground.