B1VideoPlayerInfo
- Holds configuration for a single video player entry, including the media source, fade-out timing, and an optional widget animation to play alongside the video.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MediaSource | FSoftObjectPath | Soft object path to the media source asset to be played. | Category: B1VideoPlayerInfo |
| FadeOutSec | float | Duration in seconds to apply a fade-out effect near the end of video playback; values greater than 0 activate the fade-out. | Category: B1VideoPlayerInfo |
| WidgetAnimationName | FName | Name of the widget animation in WBP_VideoPlayer to play simultaneously with the video, used as a temporary subtitle mechanism. | Category: B1VideoPlayerInfo |