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