Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/FChaosPhysicsMaterial
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Defines.h |
Include | #include "Chaos/Defines.h" |
Syntax
enum ECombineMode
&123;
Avg,
Min,
Multiply,
Max,
&125;
Values
Name | Description |
---|---|
Avg | |
Min | |
Multiply | |
Max |
Remarks
The different combine modes to determine the friction / restitution of two actors. If the two materials have two different combine modes, we use the largest one (Min beats Avg, Max beats Multiply, etc...)