Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGSplineIntersectionType |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplineIntersection.h |
| Include Path | #include "Elements/PCGSplineIntersection.h" |
Syntax
enum EPCGSplineIntersectionType
{
Self,
AgainstOtherSplines,
}
Values
| Name | Remarks |
|---|---|
| Self | Performs self-intersection only on a per-spline basis. |
| AgainstOtherSplines | Performs intersection test for each spline against each other spline. |