Navigation
API > API/Plugins > API/Plugins/MetaHumanCoreTech
| Name | FMetaHumanRealtimeSmoothing |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanCoreTech/Public/MetaHumanRealtimeSmoothing.h |
| Include Path | #include "MetaHumanRealtimeSmoothing.h" |
Syntax
class FMetaHumanRealtimeSmoothing
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaHumanRealtimeSmoothing
(
const TMap< FName, FMetaHumanRealtimeSmoothingParam >& InSmoothingParams |
MetaHumanRealtimeSmoothing.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultOneEuro | TMap< FName, TPair< float, float > > | MetaHumanRealtimeSmoothing.h | |
| DefaultRollingAverage | TMap< FName, uint8 > | MetaHumanRealtimeSmoothing.h | |
| DefaultRollingAverageFrameCount | uint8 | MetaHumanRealtimeSmoothing.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OneEuroFilters | TMap< FName, FMetaHumanOneEuroFilter > | MetaHumanRealtimeSmoothing.h | ||
| OneEuroXAxis | FMetaHumanOneEuroFilter | MetaHumanRealtimeSmoothing.h | ||
| OneEuroYAxis | FMetaHumanOneEuroFilter | MetaHumanRealtimeSmoothing.h | ||
| RollingAverageBuffer | TArray< TArray< float > > | MetaHumanRealtimeSmoothing.h | ||
| RollingAverageMaxBufferSize | uint8 | MetaHumanRealtimeSmoothing.h | ||
| SmoothingParams | TMap< FName, FMetaHumanRealtimeSmoothingParam > | MetaHumanRealtimeSmoothing.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ProcessFrame
(
const TArray< FName >& InPropertyNames, |
MetaHumanRealtimeSmoothing.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TMap< FName, FMetaHumanRealtimeSmoothingParam > GetDefaultSmoothingParams() |
MetaHumanRealtimeSmoothing.h |