Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGReverseSplineOperation |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplineDirection.h |
| Include Path |
#include "Elements/PCGSplineDirection.h" |
Syntax
enum EPCGReverseSplineOperation
{
Reverse,
ForceClockwise,
ForceCounterClockwise,
}
Values
| Name |
Remarks |
| Reverse |
Will reverse the spline points regardless of their orientation. |
| ForceClockwise |
Will reverse the spline points if they are counter clockwise. |
| ForceCounterClockwise |
Will reverse the spline points if they are clockwise. |