B1AnimReferenceInfo
- Metadata describing a single animation reference segment within a montage track.
* Stores the animation asset name, root motion settings, and modifier count for that segment.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AnimReferenceName | FString | Name of the animation asset referenced by this segment. | |
| bEnableRootMotion | bool | Whether root motion is enabled for this animation segment. | |
| bForceRootLock | bool | Whether the root bone is locked in place for this animation segment. | |
| ModifiersNum | int32 | Number of animation modifiers applied to this segment. |