Navigation
API > API/Plugins > API/Plugins/BodyIntersectIKOp
| Name | EBodyIntersectPairType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Animation/RelativeIKOp/Source/BodyIntersectIKOp/Public/PhysicsBodyHelpers.h |
| Include Path | #include "PhysicsBodyHelpers.h" |
Syntax
enum EBodyIntersectPairType
{
SphereSphere,
SphereBox,
BoxBox,
SphereCapsule,
BoxCapsule,
CapsuleCapsule,
Unknown,
}
Values
| Name | Remarks |
|---|---|
| SphereSphere | |
| SphereBox | |
| BoxBox | |
| SphereCapsule | |
| BoxCapsule | |
| CapsuleCapsule | |
| Unknown |