Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawCurveTracks
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DataType * GetCurveDataImpl
(
TArray< DataType >& Curves, |
Adding vector curve support - this is all transient data for now. | Animation/AnimCurveTypes.h | |
const DataType * GetCurveDataImpl
(
const TArray< DataType >& Curves, |
Find curve data based on the curve name | Animation/AnimCurveTypes.h |
GetCurveDataImpl(TArray< DataType > &, FName)
Description
Adding vector curve support - this is all transient data for now. This does not save and all these data will be baked into RawAnimationData Find curve data based on the curve name
| Name | GetCurveDataImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp |
template<typename DataType>
DataType * GetCurveDataImpl
(
TArray < DataType > & Curves,
FName Name
)
GetCurveDataImpl(const TArray< DataType > &, FName)
Description
Find curve data based on the curve name
| Name | GetCurveDataImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCurveTypes.cpp |
template<typename DataType>
const DataType * GetCurveDataImpl
(
const TArray < DataType > & Curves,
FName Name
) const