B1PlayAnimCondition
- Defines a condition that gates animation playback, including a condition type,
* variable reference, and fallback game object animation ID.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Type | EB1PlayAnimConditionType | Type of condition to evaluate before playing the animation. | Category: B1PlayAnimCondition |
| Var | FString | Variable name or value used to evaluate the condition. | Category: B1PlayAnimCondition |
| GameObjectAnimId | FName | Game object animation ID to play if the condition is not met. | Category: B1PlayAnimCondition |