UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EFrictionCombineMode Namespace Reference

Enumerations

enum  Type : int { Average = 0 , Min = 1 , Multiply = 2 , Max = 3 }
 

Enumeration Type Documentation

◆ Type

Enumerator
Average 

Uses the average value of the materials touching: (a+b)/2

Min 

Uses the minimum value of the materials touching: min(a,b)

Multiply 

Uses the product of the values of the materials touching: a*b

Max 

Uses the maximum value of materials touching: max(a,b)