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