Navigation
API > API/Runtime > API/Runtime/GeometryCore
Trait to detect if type T supports math operations needed for interpolation.
| Name | TIsMathInterpolable |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/InterpolationPolicies.h |
| Include Path | #include "Splines/InterpolationPolicies.h" |
Syntax
template<typename T, typename>
struct TIsMathInterpolable : public std::false_type
Inheritance Hierarchy
- std::false_type → TIsMathInterpolable