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 ValidityPredicateType, typename CurveAllocatorType, typename CurveElementType>
static void BuildUnsortedValidated
&40;
TBaseBlendedCurve< CurveAllocatorType, CurveElementType > & OutCurve,
int32 InNumElements,
const NamePredicateType & InNamePredicate,
const ValuePredicateType & InValuePredicate,
const ValidityPredicateType & InValidityPredicate
&41;
Remarks
Helper function for building curves, applying filtering through InValidityPredicate.