class SequenceWeightedList_ t
{
public:
// MPropertyFriendlyName = sequence
// MPropertyAttributeEditor = SequencePicker( 1 )
int32 m_ nSequence;
// MPropertyFriendlyName = weight
float32 m_ flRelativeWeight;
};KV3 Class Defaults
{
m_ nSequence = 0
m_ flRelativeWeight = 1.0
}