Enum ERigVMParameterType Path C++ Link /Script/RigVM.ERigVMParameterType underlying uint8 /Script/RigVM Values 4 NameValueHex Input00x00Output10x01Invalid20x02ERigVMParameterType_MAX30x03 Used by 1types with a member, parameter or interface of this type FRigVMParameter // /Script/RigVM.ERigVMParameterType enum class ERigVMParameterType : uint8 { Input = 0, Output = 1, Invalid = 2, ERigVMParameterType_MAX = 3, };