Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FContactPairModifier
Description
Modify restitution threshold of contact. If velocity of object is below this threshold, no restitution is applied.
| Name | ModifyRestitutionThreshold |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ContactModification.h |
| Include Path | #include "Chaos/ContactModification.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/ContactModification.cpp |
void ModifyRestitutionThreshold
(
FReal Restitution
)