Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FConvexVolume
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/ConvexVolume.h |
Include | #include "ConvexVolume.h" |
bool IntersectPoint
&40;
const FVector & Point
&41; 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. |