Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeleton
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveCurveMetaData
(
FName CurveName |
Removes a curve metadata entry for the specified name. | Animation/Skeleton.h | |
bool RemoveCurveMetaData
(
TArrayView< FName > CurveNames |
Removes a group of curve metadata entries for the specified names. | Animation/Skeleton.h |
RemoveCurveMetaData(FName)
Description
Removes a curve metadata entry for the specified name.
| Name | RemoveCurveMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h |
| Include Path | #include "Animation/Skeleton.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp |
bool RemoveCurveMetaData
(
FName CurveName
)
true if the entry was successfully removed (i.e. it existed)
Parameters
| Name | Remarks |
|---|---|
| CurveName | The name of the curve to remove the metadata for |
RemoveCurveMetaData(TArrayView< FName >)
Description
Removes a group of curve metadata entries for the specified names.
| Name | RemoveCurveMetaData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h |
| Include Path | #include "Animation/Skeleton.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp |
bool RemoveCurveMetaData
(
TArrayView < FName > CurveNames
)
true if any of the entries were successfully removed (i.e. something changed)
Parameters
| Name | Remarks |
|---|---|
| CurveNames | The names of the curves to remove the metadata for |