Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FConvexVolume > API/Runtime/Engine/FConvexVolume/IntersectSphere
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ConvexVolume.h |
| Include | #include "ConvexVolume.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ConvexVolume.cpp |
bool IntersectSphere
&40;
const FVector & Origin,
const float & Radius,
bool & bOutFullyContained
&41; const
Remarks
Intersection test with a sphere true if this convex volume intersects the given sphere (the result is conservative at the corners)
Parameters
| Name | Description |
|---|---|
| Origin | of the sphere. |
| Radius | of the sphere. param bOutFullyContained to know if the sphere was fully contained |