B1PlayAnimInfo
- Defines animation playback data for a target game object or character,
* including animation IDs, start section, force-play flag, and conditions.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GameObjectAnimId | FName | Game object animation ID to play on the target. | Category: Target Play Anim ReferTo: DT_AnimGameObject |
| TargetGameObjectType | EB1TargetObjectType | Target game object type (interaction target or posture target). | Category: Target Play Anim |
| AnimStartSection | EB1LoopAnimSection | Animation start section override. | Category: Target Play Anim |
| CharacterAnimId | FName | Character animation ID to play on the acting character. | Category: Target Play Anim ReferTo: DT_AnimCharacter |
| bForcePlayAnim | bool | If true, forces playback even if conditions are not fully met. | Category: Target Play Anim |
| Conditions | TArray | List of conditions that must pass before the animation plays. | Category: Target Play Anim |