Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IPhysicsBodyInstanceOwner
Description
If true, this body instance owner will generate individual overlaps for each overlapping physics body if it is a multi-body object. When false, it will generate only one overlap, regardless of how many physics bodies it has and how many of them are overlapping another body. This flag has no influence on single body objects.
Derived Overrides
| Name | IsMultiBodyOverlap |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsBodyInstanceOwnerInterface.h |
| Include Path | #include "PhysicsEngine/PhysicsBodyInstanceOwnerInterface.h" |
bool IsMultiBodyOverlap() const