Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| |
|
| Module |
PCG |
| Header |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGReverseSpline.h |
| Include |
#include "Elements/PCGReverseSpline.h" |
Syntax
enum EPCGReverseSplineOperation
{
Reverse,
ForceClockwise,
ForceCounterClockwise,
}
Values
| Name |
Description |
| 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. |