Navigation
API > API/Runtime > API/Runtime/GeometryCore
Enumeration for out-of-bounds handling modes
| Name | UE::Geometry::Spline::EOutOfBoundsHandlingMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/SplineInterfaces.h |
| Include Path | #include "Splines/SplineInterfaces.h" |
Syntax
namespace UE
{
namespace Geometry
{
namespace Spline
{
enum EOutOfBoundsHandlingMode
{
Zero,
Constant,
Cycle,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Zero | |
| Constant | |
| Cycle |