Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TBaseBlendedCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Override
(
const TBaseBlendedCurve< OtherAllocator, OtherElementType >& CurveToOverrideFrom |
Override with input curve | Animation/AnimCurveTypes.h | |
void Override
(
const TBaseBlendedCurve< OtherAllocator, OtherElementType >& CurveToOverrideFrom, |
Override with input curve * weight | Animation/AnimCurveTypes.h |
Override(const TBaseBlendedCurve< OtherAllocator, OtherElementType > &)
Description
Override with input curve
| Name | Override |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
template<typename OtherAllocator, typename OtherElementType>
void Override
(
const TBaseBlendedCurve < OtherAllocator, OtherElementType > & CurveToOverrideFrom
)
Override(const TBaseBlendedCurve< OtherAllocator, OtherElementType > &, float)
Description
Override with input curve * weight
| Name | Override |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
template<typename OtherAllocator, typename OtherElementType>
void Override
(
const TBaseBlendedCurve < OtherAllocator, OtherElementType > & CurveToOverrideFrom,
float Weight
)