Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCurveUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void BuildLinearUnfiltered
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves. | Animation/AnimCurveUtils.h | |
static void BuildLinearUnfiltered
(
TBaseBlendedCurve< CurveAllocatorType, CurveElementType >& OutCurve, |
Helper function for building curves. | Animation/AnimCurveUtils.h |
BuildLinearUnfiltered(TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &, int32, NamePredicateType, ValuePredicateType)
Description
Helper function for building curves.
| Name | BuildLinearUnfiltered |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveUtils.h |
| Include Path | #include "Animation/AnimCurveUtils.h" |
template<typename NamePredicateType, typename ValuePredicateType, typename CurveAllocatorType, typename CurveElementType>
static void BuildLinearUnfiltered
(
TBaseBlendedCurve < CurveAllocatorType, CurveElementType > & OutCurve,
int32 InNumElements,
NamePredicateType InNamePredicate,
ValuePredicateType InValuePredicate
)
BuildLinearUnfiltered(TBaseBlendedCurve< CurveAllocatorType, CurveElementType > &, int32, NamePredicateType, ValuePredicateType, ValidityPredicateType)
Description
Helper function for building curves.
| Name | BuildLinearUnfiltered |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveUtils.h |
| Include Path | #include "Animation/AnimCurveUtils.h" |
template<typename NamePredicateType, typename ValuePredicateType, typename ValidityPredicateType, typename CurveAllocatorType, typename CurveElementType>
static void BuildLinearUnfiltered
(
TBaseBlendedCurve < CurveAllocatorType, CurveElementType > & OutCurve,
int32 InNumElements,
NamePredicateType InNamePredicate,
ValuePredicateType InValuePredicate,
ValidityPredicateType InValidityPredicate
)