Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawCurveTracks
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimCurveBase * GetCurveData
(
SmartName::UID_Type Uid, |
Find curve data based on the curve UID | Animation/AnimCurveTypes.h | |
const FAnimCurveBase * GetCurveData
(
SmartName::UID_Type Uid, |
Animation/AnimCurveTypes.h | ||
FAnimCurveBase * GetCurveData
(
FName Name, |
Find curve data based on the curve name | Animation/AnimCurveTypes.h | |
const FAnimCurveBase * GetCurveData
(
FName Name, |
Animation/AnimCurveTypes.h |
GetCurveData(SmartName::UID_Type, ERawCurveTrackTypes)
Description
Find curve data based on the curve UID
| Name | GetCurveData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
FAnimCurveBase * GetCurveData
(
SmartName::UID_Type Uid,
ERawCurveTrackTypes SupportedCurveType
)
GetCurveData(SmartName::UID_Type, ERawCurveTrackTypes)
| Name | GetCurveData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
const FAnimCurveBase * GetCurveData
(
SmartName::UID_Type Uid,
ERawCurveTrackTypes SupportedCurveType
) const
GetCurveData(FName, ERawCurveTrackTypes)
Description
Find curve data based on the curve name
| Name | GetCurveData |
| 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 |
FAnimCurveBase * GetCurveData
(
FName Name,
ERawCurveTrackTypes SupportedCurveType
)
GetCurveData(FName, ERawCurveTrackTypes)
| Name | GetCurveData |
| 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 |
const FAnimCurveBase * GetCurveData
(
FName Name,
ERawCurveTrackTypes SupportedCurveType
) const