Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawCurveTracks
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DeleteCurveData
(
const FName& CurveToDelete, |
Delete curve data | Animation/AnimCurveTypes.h | |
bool DeleteCurveData
(
const FSmartName& CurveToDelete, |
Animation/AnimCurveTypes.h |
DeleteCurveData(const FName &, ERawCurveTrackTypes)
Description
Delete curve data
| Name | DeleteCurveData |
| 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 |
bool DeleteCurveData
(
const FName & CurveToDelete,
ERawCurveTrackTypes SupportedCurveType
)
DeleteCurveData(const FSmartName &, ERawCurveTrackTypes)
| Name | DeleteCurveData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h |
| Include Path | #include "Animation/AnimCurveTypes.h" |
bool DeleteCurveData
(
const FSmartName & CurveToDelete,
ERawCurveTrackTypes SupportedCurveType
)