Navigation
API > API/Plugins > API/Plugins/MetaHumanPipelineCore
| Name | UE::MetaHuman::Pipeline::EPinDirection |
| 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 EPinDirection
{
Input = 0,
Output,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Input | |
| Output |