B1SubActionAnimData
- Defines the animation configuration for a sub-action play anim entry, including rotation behavior and animation IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| bRotateToTargetWithAnimation | bool | Whether the character should rotate to face the target using animation blending. | Category: B1SubActionAnimData |
| bRotateToTargetInstantly | bool | Whether the character should snap instantly to face the target. | Category: B1SubActionAnimData |
| AnimIds | TArray | The list of animation IDs that can be played for this sub-action entry. | Category: B1SubActionAnimData |