Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FCurveUtils > API/Runtime/Engine/Animation/FCurveUtils/BuildUnsorted
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 void BuildUnsorted
(
TBaseBlendedCurve < CurveAllocatorType, CurveElementType > & OutCurve,
int32 InNumElements,
NamePredicateType InNamePredicate,
ValuePredicateType InValuePredicate,
const FCurveFilter * InFilter
)
Remarks
Helper function for building curves, applying any filtering Note: uses TMemStackAllocator internally when filtering, so requires a FMemMark to be set somewhere in the callstack