UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::Spline::TSelfRegisteringSpline< DerivedType, ValueType > Class Template Reference

#include <SplineTypeRegistry.h>

+ Inheritance diagram for UE::Geometry::Spline::TSelfRegisteringSpline< DerivedType, ValueType >:

Protected Member Functions

 TSelfRegisteringSpline ()
 
virtual ~TSelfRegisteringSpline ()=default
 

Detailed Description

template<typename DerivedType, typename ValueType>
class UE::Geometry::Spline::TSelfRegisteringSpline< DerivedType, ValueType >

Self-registering mixin template for spline classes Uses CRTP to enable automatic registration on first instantiation

Template Parameters
DerivedTypeThe spline class being registered
ValueTypeThe value type of the spline

Constructor & Destructor Documentation

◆ TSelfRegisteringSpline()

template<typename DerivedType , typename ValueType >
UE::Geometry::Spline::TSelfRegisteringSpline< DerivedType, ValueType >::TSelfRegisteringSpline ( )
inlineprotected

◆ ~TSelfRegisteringSpline()

template<typename DerivedType , typename ValueType >
virtual UE::Geometry::Spline::TSelfRegisteringSpline< DerivedType, ValueType >::~TSelfRegisteringSpline ( )
protectedvirtualdefault

The documentation for this class was generated from the following file: