Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FTangentSingleKeyFlattener
Description
Searches the range for exactly 1 key that has user specified tangents and adds the key as blend info. If there are more than 1 such keys, nothing happens.
| Name | AddTangents |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/Mirror/TangentSingleKeyFlattener.h |
| Include Path | #include "Misc/Mirror/TangentSingleKeyFlattener.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/Misc/Mirror/TangentSingleKeyFlattener.cpp |
bool AddTangents
(
const FCurveEditor & InCurveEditor,
const FCurveModelID & InCurveId,
TConstArrayView< FKeyHandle > InKeys
)
Whether any data was added.