Navigation
API > API/Plugins > API/Plugins/MetaHumanPipelineCore
| |
|
| Name |
UE::MetaHuman::Pipeline::EPinType |
| Type |
enum |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanCoreTechLib/Source/MetaHumanPipelineCore/Public/Pipeline/Pin.h |
| Include Path |
#include "Pipeline/Pin.h" |
Syntax
namespace UE
{
namespace MetaHuman
{
namespace Pipeline
{
enum EPinType
{
Int = 0,
Float,
Bool,
String,
UE_Image,
UE_GrayImage,
HS_Image,
Points,
Contours,
Scaling,
Animation,
Depth,
TrackingConfidence,
LiveLinkFrame,
IntArray,
AnimationArray,
FlowOutput,
DepthMapDiagnostics,
Audio,
QualifiedFrameTime,
}
}
}
}
Values
| Name |
Remarks |
| Int |
|
| Float |
|
| Bool |
|
| String |
|
| UE_Image |
|
| UE_GrayImage |
|
| HS_Image |
|
| Points |
|
| Contours |
|
| Scaling |
|
| Animation |
|
| Depth |
|
| TrackingConfidence |
|
| LiveLinkFrame |
|
| IntArray |
|
| AnimationArray |
|
| FlowOutput |
|
| DepthMapDiagnostics |
|
| Audio |
|
| QualifiedFrameTime |
|