ECombineMode

The different combine modes to determine the friction / restitution of two actors.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Defines.h

Include

#include "Chaos/Defines.h"

Syntax

enum ECombineMode
{
    Avg,
    Min,
    Multiply,
    Max,
}

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...)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss