Navigation
Unreal Engine C++ API Reference > Runtime > Engine > PhysicsEngine > FBodyInstance
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/BodyInstance.h |
Include | #include "PhysicsEngine/BodyInstance.h" |
Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/BodyInstance.cpp |
float GetDistanceToBody
&40;
const FVector & Point,
FVector & OutPointOnBody
&41; const
Remarks
Get the square of the distance to the body surface if available It is only valid if BodyShape is convex If point is inside or shape is not convex, it will return 0.f
Parameters
Name | Description |
---|---|
Point | Point in world space |
OutPointOnBody | Point on the surface of body closest to Point |