|
| template<typename NamePredicateType , typename ValuePredicateType , typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildSorted (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, int32 InNumElements, NamePredicateType InNamePredicate, ValuePredicateType InValuePredicate, const FCurveFilter *InFilter=nullptr) |
| |
| template<typename NamePredicateType , typename ValuePredicateType , typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsortedUnfiltered (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, int32 InNumElements, NamePredicateType InNamePredicate, ValuePredicateType InValuePredicate) |
| |
| template<typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsorted (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, const TMap< FName, float > &InMap) |
| |
| template<typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsorted (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, TConstArrayView< TTuple< FName, float > > InInputArrayView) |
| |
| template<typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsorted (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, std::initializer_list< TTuple< FName, float > > InInputArgs) |
| |
| template<typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsorted (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, std::initializer_list< TTuple< FName, UE::Anim::ECurveElementFlags > > InInputArgs) |
| |
| template<typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsorted (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, std::initializer_list< TTuple< FName, float, UE::Anim::ECurveElementFlags > > InInputArgs) |
| |
| template<typename NamePredicateType , typename ValuePredicateType , typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsorted (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, int32 InNumElements, NamePredicateType InNamePredicate, ValuePredicateType InValuePredicate, const FCurveFilter *InFilter=nullptr) |
| |
| template<typename NamePredicateType , typename ValuePredicateType , typename ValidityPredicateType , typename CurveAllocatorType , typename CurveElementType > |
| static void | BuildUnsortedValidated (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &OutCurve, int32 InNumElements, NamePredicateType InNamePredicate, ValuePredicateType InValuePredicate, ValidityPredicateType InValidityPredicate) |
| |
| template<typename CurveAllocatorType , typename CurveElementType > |
| static void | Filter (TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &InOutCurve, const FCurveFilter &InFilter) |
| |
| template<typename CurveType0 , typename CurveType1 , typename ValuePredicateType > |
| static void | BulkGet (const CurveType0 &InCurve, const CurveType1 &InBulkCurves, ValuePredicateType InValuePredicate) |
| |
| template<typename CurveType0 , typename CurveType1 , typename ValuePredicateType > |
| static void | BulkSet (CurveType0 &InCurve, const CurveType1 &InBulkCurves, ValuePredicateType InValuePredicate) |
| |