B1GrabTableRow
- Table row defining the grab behavior for an object, including pick-up animations, a loop animation, and put-down animations.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PickUpAnimations | TArray | The list of pick-up animation transitions for this grab interaction. | Category: B1GrabTableRow |
| LoopAnimId | FName | The animation ID played while carrying the grabbed object. | Category: B1GrabTableRow Foreign: AnimCharacter_Posture.Id |
| PutDownAnimations | TArray | The list of put-down animation transitions for this grab interaction. | Category: B1GrabTableRow |
| ActiveProfileId | FName | The profile resolved for active interaction (Attack/Throw). Empty means use default profile. | Category: B1GrabTableRow Foreign: ActiveInteractionProfile.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |