UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::Spline::TIsValidVectorType< T > Struct Template Reference

#include <ParameterizedTypes.h>

Static Public Attributes

static constexpr bool Value
 

Detailed Description

template<typename T>
struct UE::Geometry::Spline::TIsValidVectorType< T >

Traits to determine if a type is a valid numeric type for vectors

Member Data Documentation

◆ Value

template<typename T >
constexpr bool UE::Geometry::Spline::TIsValidVectorType< T >::Value
staticconstexpr
Initial value:
=
std::is_same<T, float>::value ||
std::is_same<T, double>::value ||
std::is_same<T, int32>::value

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