Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRichCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveRedundantAutoTangentKeys
(
float Tolerance |
Remove redundant keys, comparing against Tolerance | Curves/RichCurve.h | |
void RemoveRedundantAutoTangentKeys
(
float Tolerance, |
Curves/RichCurve.h |
RemoveRedundantAutoTangentKeys(float)
Description
Remove redundant keys, comparing against Tolerance
| Name | RemoveRedundantAutoTangentKeys |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp |
void RemoveRedundantAutoTangentKeys
(
float Tolerance
)
RemoveRedundantAutoTangentKeys(float, float, float)
| Name | RemoveRedundantAutoTangentKeys |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include Path | #include "Curves/RichCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/RichCurve.cpp |
void RemoveRedundantAutoTangentKeys
(
float Tolerance,
float FirstKeyTime,
float LastKeyTime
)