Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Utilities.h |
Include | #include "Chaos/Utilities.h" |
namespace Chaos
{
namespace Utilities
{
bool Chaos&58;&58;Utilities&58;&58;ClipLineSegmentToPlane
&40;
FVec3 & V0,
FVec3 & V1,
const FVec3 & PlaneNormal,
const FVec3 & PlanePos
&41;
}
}
Remarks
Clip a line segment to inside a plane (plane normal pointing outwards). false if the line is completely outside the plane, true otherwise.