Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FConvexVolume
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ConvexVolume.h |
| Include | #include "ConvexVolume.h" |
bool IntersectPoint
(
const FVector & Point
) const
Remarks
Determines whether the given point lies inside the convex volume true if the point is inside the convex volume.
Parameters
| Name | Description |
|---|---|
| Point | to test against. |