Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FContactPairModifier
Description
Modify contact location of each body in world space. If modifying locations and separation, order of operations should be considered.
| Name | ModifyWorldContactLocations |
| 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 ModifyWorldContactLocations
(
const FVec3 & Location0,
const FVec3 & Location1,
int32 ContactPointIdx
)