Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FCurveUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveUtils.h |
| Include | #include "Animation/AnimCurveUtils.h" |
template<typename NamePredicateType, typename ValuePredicateType, typename CurveAllocatorType, typename CurveElementType>
static FORCEINLINE_DEBUGGABLE void BuildSorted
(
TBaseBlendedCurve < CurveAllocatorType, CurveElementType > & OutCurve,
int32 InNumElements,
NamePredicateType InNamePredicate,
ValuePredicateType InValuePredicate,
const FCurveFilter * InFilter
)
Remarks
Helper function for building curves, applying any filtering Assumes (and enforces in debug builds) elements being built are in FName sorted order