5 unsigned int inputNodeIndex = 0;
6 unsigned int inputSocketIndex = 0;
7 unsigned int outputNodeIndex = 0;
8 unsigned int outputSocketIndex = 0;
10 template <
class Archive>
void serialize(Archive& ar)
12 ar(CEREAL_NVP(inputNodeIndex),
13 CEREAL_NVP(inputSocketIndex),
14 CEREAL_NVP(outputNodeIndex),
15 CEREAL_NVP(outputSocketIndex));