Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/USkeleton > API/Runtime/Engine/Animation/USkeleton/RemoveCurveMetaData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h |
| Include | #include "Animation/Skeleton.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp |
bool RemoveCurveMetaData
(
TArrayView < FName > CurveNames
)
Remarks
Removes a group of curve metadata entries for the specified names. true if any of the entries were successfully removed (i.e. something changed)
Parameters
| Name | Description |
|---|---|
| CurveNames | The names of the curves to remove the metadata for |