Navigation
API > API/Editor > API/Editor/ViewportInteraction
1 Euro filter smoothing algorithm http://cristal.univ-lille.fr/~casiez/1euro/
| Name | FOneEuroFilter |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractionUtils.h |
| Include Path | #include "ViewportInteractionUtils.h" |
Syntax
class FOneEuroFilter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | ViewportInteractionUtils.h | ||
FOneEuroFilter
(
const double InMinCutoff, |
ViewportInteractionUtils.h |
Classes
| Name | Remarks |
|---|---|
| FLowpassFilter |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CutoffSlope | double | ViewportInteractionUtils.h | ||
| DeltaCutoff | double | ViewportInteractionUtils.h | ||
| DeltaFilter | FLowpassFilter | ViewportInteractionUtils.h | ||
| MinCutoff | double | ViewportInteractionUtils.h | ||
| RawFilter | FLowpassFilter | ViewportInteractionUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector Filter
(
const FVector& InRaw, |
Smooth vector | ViewportInteractionUtils.h | |
void SetCutoffSlope
(
const double InCutoffSlope |
Set the cutoff slope | ViewportInteractionUtils.h | |
void SetDeltaCutoff
(
const double InDeltaCutoff |
Set the delta slope | ViewportInteractionUtils.h | |
void SetMinCutoff
(
const double InMinCutoff |
Set the minimum cutoff | ViewportInteractionUtils.h |