Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TBaseBlendedCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Animation/AnimCurveTypes.h | |||
void InitFrom
(
const TBaseBlendedCurve< OtherAllocator, OtherElementType >& InCurveToInitFrom |
Initialize from another curve. Just copies the filter and empties 'this'. | Animation/AnimCurveTypes.h |
InitFrom(TArray< uint16 > const *)
| Name | InitFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
void InitFrom
(
TArray < uint16 > const * InUIDToArrayIndexLUT
)
InitFrom(const TBaseBlendedCurve< OtherAllocator, OtherElementType > &)
Description
Initialize from another curve. Just copies the filter and empties 'this'.
| Name | InitFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
template<typename OtherAllocator, typename OtherElementType>
void InitFrom
(
const TBaseBlendedCurve < OtherAllocator, OtherElementType > & InCurveToInitFrom
)