Navigation
API > API/Plugins > API/Plugins/RigVM
The Pin Direction is used to differentiate different kinds of pins in the data flow graph - inputs, outputs etc.
| Name | ERigVMPinDirection |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMFunction.h |
| Include Path | #include "RigVMCore/RigVMFunction.h" |
Syntax
enum ERigVMPinDirection
{
Input,
Output,
IO,
Visible,
Hidden,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| Input | |
| Output | |
| IO | |
| Visible | |
| Hidden | |
| Invalid |