Navigation
API > API/Plugins > API/Plugins/MetaHumanPipelineCore
| |
|
| Name |
FHyprsenseRealtimeSmoothingNode |
| Type |
class |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanPipelineCore/Public/Nodes/HyprsenseRealtimeSmoothingNode.h |
| Include Path |
#include "Nodes/HyprsenseRealtimeSmoothingNode.h" |
Syntax
class FHyprsenseRealtimeSmoothingNode : public UE::MetaHuman::Pipeline::FNode
Inheritance Hierarchy
- FNode → FHyprsenseRealtimeSmoothingNode
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FHyprsenseRealtimeSmoothingNode
(
const FString& InName
)
|
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|
Enums
Public
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DeltaTime |
double |
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|
| Parameters |
TMap< FName, FMetaHumanRealtimeSmoothingParam > |
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Keys |
TArray< FName > |
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|
| Smoothing |
TSharedPtr< FMetaHumanRealtimeSmoothing > |
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|
Functions
Public
Overridden from FNode
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual bool End
(
const TSharedPtr< FPipelineData >& InPipelineData
)
|
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|
virtual bool Process
(
const TSharedPtr< FPipelineData >& InPipelineData
)
|
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|
virtual bool Start
(
const TSharedPtr< FPipelineData >& InPipelineData
)
|
|
Nodes/HyprsenseRealtimeSmoothingNode.h |
|