UE::Geometry::EBCSplineType

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Image/BCSplineFilter.h

Include

#include "Image/BCSplineFilter.h"

Syntax

namespace UE
{
    namespace Geometry
    {
        enum EBCSplineType
        {
            BSpline,
            CatmullRom,
            MitchellNetravali,
        }
    }
}

Values

Name

Description

BSpline

CatmullRom

MitchellNetravali