B1AnimSection
- Defines a named section within a montage, including its start time, next section, and loop flag.
* Sections are used to control playback flow within a montage (e.g., intro, loop, outro).
| Property | Type | Description | Metadata |
|---|---|---|---|
| Name | FName | Name of this montage section. | |
| NextSectionName | FName | Name of the section to transition to after this one completes. | |
| Time | float | Start time of this section within the montage timeline in seconds. | |
| IsLoop | bool | Whether this section loops when it reaches its end. |