BAnimPacketData
- Network packet data describing an animation to play, including IDs, section,
* owner/target entities, playback position, and motion warp flag.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AnimId | FName | Animation data table ID to play. | |
| StartSectionName | FName | Name of the montage section to start from. | |
| AnimTag | FName | Tag identifying the animation context. | |
| ActionOwnerEntityId | FB1EntityId | Entity ID of the action owner playing the animation. | |
| ActionTargetEntityId | FB1EntityId | Entity ID of the action target receiving the animation. | |
| Position | float | Playback position to start from. | |
| bWithMotionWarp | bool | If true, motion warping is applied during this animation. |