Navigation
API > API/Plugins > API/Plugins/BodyIntersectIKOp
Helper static class providing physics body intersection delta functions
| Name | FBodyIntersectUtils |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/RelativeIKOp/Source/BodyIntersectIKOp/Public/PhysicsBodyHelpers.h |
| Include Path | #include "PhysicsBodyHelpers.h" |
Syntax
class FBodyIntersectUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static EBodyIntersectPairType CalcBodyIntersectPairType
(
const FKShapeElem* ShapeElem1, |
PhysicsBodyHelpers.h | ||
static double CalcBoxBoxShapeDelta
(
FVector& OutDeltaDir, |
PhysicsBodyHelpers.h | ||
static double CalcBoxCapsuleShapeDelta
(
FVector& OutDeltaDir, |
PhysicsBodyHelpers.h | ||
static double CalcCapsuleCapsuleShapeDelta
(
FVector& OutDeltaDir, |
PhysicsBodyHelpers.h | ||
static double CalcIntersectionPairDelta
(
const FTransform& GoalShapeTfm, |
PhysicsBodyHelpers.h | ||
static double CalcIntersectionPairDelta
(
const FTransform& GoalShapeTfm, |
PhysicsBodyHelpers.h | ||
static double CalcSphereBoxShapeDelta
(
FVector& OutDeltaDir, |
PhysicsBodyHelpers.h | ||
static double CalcSphereCapsuleShapeDelta
(
FVector& OutDeltaDir, |
PhysicsBodyHelpers.h | ||
static double CalcSphereSphereShapeDelta
(
FVector& OutDeltaDir, |
PhysicsBodyHelpers.h | ||
static double SegmentDistToAABB
(
const FVector& A, |
PhysicsBodyHelpers.h |