Navigation
API > API/Plugins > API/Plugins/RigVM
The type of parameter for a VM.
| Name | ERigVMParameterType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
Syntax
enum ERigVMParameterType
{
Input,
Output,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| Input | |
| Output | |
| Invalid |