Navigation
API > API/Plugins > API/Plugins/MetaHumanLiveLinkSource
| Name | UMetaHumanSmoothingPreProcessor |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLiveLinkSource/Public/MetaHumanSmoothingPreProcessor.h |
| Include Path | #include "MetaHumanSmoothingPreProcessor.h" |
Syntax
UCLASS (Meta=(DisplayName="MetaHuman Smoothing"))
class UMetaHumanSmoothingPreProcessor : public ULiveLinkFramePreProcessor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULiveLinkFramePreProcessor → UMetaHumanSmoothingPreProcessor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanSmoothingPreProcessor() |
MetaHumanSmoothingPreProcessor.h |
Classes
| Name | Remarks |
|---|---|
| FMetaHumanSmoothingPreProcessorWorker |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Parameters | TObjectPtr< UMetaHumanRealtimeSmoothingParams > | Smoothing parameters | MetaHumanSmoothingPreProcessor.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Worker | TSharedPtr< FMetaHumanSmoothingPreProcessorWorker, ESPMode::ThreadSafe > | The worker object instance | MetaHumanSmoothingPreProcessor.h |
Functions
Public
Overridden from ULiveLinkFramePreProcessor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FWorkerSharedPtr FetchWorker() |
MetaHumanSmoothingPreProcessor.h | ||
virtual TSubclassOf< ULiveLinkRole > GetRole() |
MetaHumanSmoothingPreProcessor.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
MetaHumanSmoothingPreProcessor.h |