Navigation
API > API/Plugins > API/Plugins/MetaHumanPipeline
| Name | FFlowNode |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanPipeline/Public/Nodes/FaceTrackerNode.h |
| Include Path | #include "Nodes/FaceTrackerNode.h" |
Syntax
class FFlowNode : public UE::MetaHuman::Pipeline::FNode
Inheritance Hierarchy
- FNode → FFlowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFlowNode
(
const FString& InName |
Nodes/FaceTrackerNode.h |
Enums
Public
| Name | Remarks |
|---|---|
| ErrorCode |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableFlow | bool | Nodes/FaceTrackerNode.h | ||
| bUseConfidence | bool | Nodes/FaceTrackerNode.h | ||
| Calibrations | TArray< FCameraCalibration > | Nodes/FaceTrackerNode.h | ||
| Camera | FString | Nodes/FaceTrackerNode.h | ||
| SolverConfigData | FString | Nodes/FaceTrackerNode.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flow | TSharedPtr< IOpticalFlowInterface > | Nodes/FaceTrackerNode.h | ||
| PreviousImage | TArray< float > | Nodes/FaceTrackerNode.h |
Functions
Public
Overridden from FNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool End
(
const TSharedPtr< FPipelineData >& InPipelineData |
Nodes/FaceTrackerNode.h | ||
virtual bool Process
(
const TSharedPtr< FPipelineData >& InPipelineData |
Nodes/FaceTrackerNode.h | ||
virtual bool Start
(
const TSharedPtr< FPipelineData >& InPipelineData |
Nodes/FaceTrackerNode.h |