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 CurveAllocatorType, typename CurveElementType>
static void BuildUnsorted
&40;
TBaseBlendedCurve< CurveAllocatorType, CurveElementType > & OutCurve,
std::initializer_list< TTuple< FName, float, UE::Anim::ECurveElementFlags >> InInputArgs
&41;
Remarks
Helper function for building curves from an initializer list of name/value/flag tuples.