Navigation
API > API/Editor > API/Editor/CurveEditor
| Name | FSmartReduceParams |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Filters/CurveEditorSmartReduceFilter.h |
| Include Path | #include "Filters/CurveEditorSmartReduceFilter.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartReduceParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SampleRate | FFrameRate | Rate at which the curve should be sampled to compare against value tolerance. | Filters/CurveEditorSmartReduceFilter.h |
|
| TolerancePercentage | float | Tolerance threshold, set as a percentage of the value's range | Filters/CurveEditorSmartReduceFilter.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Filters/CurveEditorSmartReduceFilter.h |