B1ReactionAnimInfo
- Holds animation IDs for a reaction event, including animations for both the reacting character and the target.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SelfAnimId | FName | The animation ID played on the character that is reacting. | Category: B1ReactionAnimInfo |
| TargetAnimId | FName | The animation ID played on the target character receiving the reaction. | Category: B1ReactionAnimInfo |
| NeedStop | bool | Whether the current action should be stopped before playing the reaction animation. | Category: B1ReactionAnimInfo |