Navigation
API > API/Runtime > API/Runtime/GeometryCore
Description
Example function demonstrating the FFoo type with the MultiSpline
FFoo implements all the necessary methods for use with splines:
- Basic arithmetic operators
- Size() and SizeSquared() for distance calculations
- Dot() for dot product calculations
- GetSafeNormal() for normalization
These methods are automatically detected by the UE::Geometry::Spline::Math functions, allowing FFoo to work seamlessly with all spline operations.
| Name | UE::Geometry::Spline::CreatePolyBezierWithFooAttributes |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/CustomAttributeExample.h |
| Include Path | #include "Splines/CustomAttributeExample.h" |
namespace UE
{
namespace Geometry
{
namespace Spline
{
void UE::Geometry::Spline::CreatePolyBezierWithFooAttributes()
}
}
}