B1EmotionRandomAnimationInfo
- Defines a random animation entry filtered by emotion ID, emotion level, and play chance.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Animation | TSoftObjectPtr | Animation asset to play. | Category: B1EmotionRandomAnimationInfo |
| EmotionId | FName | Emotion ID filter for which this animation is valid. | Category: B1EmotionRandomAnimationInfo Foreign: Emotion.Id |
| EmotionLevel | int32 | Minimum emotion level required to trigger this animation. | Category: B1EmotionRandomAnimationInfo |
| ChanceToPlay | float | Probability weight for this animation being selected. | Category: B1EmotionRandomAnimationInfo |