B1AnimTrack
- Represents a single animation slot track within a montage, holding an ordered list of animation segments.
* Each track targets a specific animation slot by name and contains multiple reference segments.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SlotName | FName | Name of the animation slot this track plays on. | |
| AnimSegments | TArray | Ordered list of animation reference segments that play sequentially on this track. |