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