Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/USkeleton
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 AddCurveMetaData
(
FName CurveName,
bool bTransact
)
Remarks
Adds a curve metadata entry with the specified name true if an entry was added, false if an entry already existed
Parameters
| Name | Description |
|---|---|
| InCurveName | The name of the curve to find |
| bTransact | If true record a new transaction |