Navigation
API > API/Plugins > API/Plugins/MetaHumanLiveLinkSource > API/Plugins/MetaHumanLiveLinkSource/UMetaHumanSmoothingPreProcessor
| |
|
| Name |
FMetaHumanSmoothingPreProcessorWorker |
| Type |
class |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLiveLinkSource/Public/MetaHumanSmoothingPreProcessor.h |
| Include Path |
#include "MetaHumanSmoothingPreProcessor.h" |
Syntax
class FMetaHumanSmoothingPreProcessorWorker :
public ILiveLinkFramePreProcessorWorker ,
public FMetaHumanRealtimeSmoothing
Inheritance Hierarchy
Implements Interfaces
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FMetaHumanSmoothingPreProcessorWorker
(
const TMap< FName, FMetaHumanRealtimeSmoothingParam >& InSmoothingParams
)
|
|
MetaHumanSmoothingPreProcessor.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LastTime |
double |
|
MetaHumanSmoothingPreProcessor.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MetaHumanSmoothingPreProcessor.h |
|
virtual bool PreProcessFrame
(
const FLiveLinkStaticDataStruct& InStaticData,
FLiveLinkFrameDataStruct& InOutFrame
)
|
|
MetaHumanSmoothingPreProcessor.h |
|