enum EFieldsToRank FieldsToRank determines which fields of a given type (e.g. texcoords, colors) the reducer will take into account during ranking.
| Key | Value | Comment |
|---|---|---|
| None | 0 | No fields of this type will be ranked. |
| First | 1 | Only the first field of this type will be ranked. |
| All | 2 | All fields of this type will be ranked. |
| Key | Value | Comment |
|---|---|---|
| None | 0 | No fields of this type will be ranked. |
| First | 1 | Only the first field of this type will be ranked. |
| All | 2 | All fields of this type will be ranked. |
| Key | Value | Comment |
|---|---|---|
| EFieldsToRank__None | 0 | No fields of this type will be ranked. |
| EFieldsToRank_First | 1 | Only the first field of this type will be ranked. |
| EFieldsToRank_All | 2 | All fields of this type will be ranked. |