B1BizEmployeeSkillRecommendSet
- Defines a weighted skill recommendation used to rank employee candidates for a business role.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SkillId | FName | Skill used to calculate the employee candidate recommendation score. | Category: B1BizEmployeeSkillRecommendSet Foreign: Skill.Id |
| Weight | float | Multiplier applied to the candidate's skill level. | Category: B1BizEmployeeSkillRecommendSet |
| CrowdMinSkillLevel | int32 | Lower bound of the skill level granted to a crowd business employee placed by this role. 0 grants nothing. | Category: B1BizEmployeeSkillRecommendSet ClampMax: 10 ClampMin: 0 |
| CrowdMaxSkillLevel | int32 | Upper bound of the skill level granted to a crowd business employee placed by this role. Ignored while CrowdMinSkillLevel is 0. | Category: B1BizEmployeeSkillRecommendSet ClampMax: 10 ClampMin: 0 |