get_blend_track_assignments
Retrieve the assignments of a Blend Track: child objects, their order, and left/right edge fade configurations (mode, shape, position).
Instructions
Get the list of assignments for a Blend Track. Only accepts GUIDs.
Use this to inspect which children are assigned to a Blend Track and their crossfade edge config.
Args: blend_track_guid: The GUID of the Blend Track. e.g. "{aabbcc00-1122-3344-5566-77889900aabb}"
Returns {"return": [...]} — array of assignments, each containing: child: GUID of the assigned child object index: position among the Blend Track's assignments edges: array of 2 edge configs [left, right], each with: fadeMode: "None", "Manual", or "Automatic" fadeShape: curve shape (Linear, SCurve, etc.) edgePosition: position within the Game Parameter range fadePosition: fade curve start/end (Manual mode only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blend_track_guid | Yes |