Navigation
Unreal Engine C++ API Reference > Editor > ViewportInteraction
References
Module | ViewportInteraction |
Header | /Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractionUtils.h |
Include | #include "ViewportInteractionUtils.h" |
Syntax
class FOneEuroFilter
Remarks
1 Euro filter smoothing algorithm http://cristal.univ-lille.fr/~casiez/1euro/
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor | ||
![]() |
FOneEuroFilter
(
const double InMinCutoff, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | Filter
(
const FVector& InRaw, |
Smooth vector |
![]() |
void | SetCutoffSlope
(
const double InCutoffSlope |
Set the cutoff slope |
![]() |
void | SetDeltaCutoff
(
const double InDeltaCutoff |
Set the delta slope |
![]() |
void | SetMinCutoff
(
const double InMinCutoff |
Set the minimum cutoff |