widget_title_card_create
Create a centered cinematic title-card widget blueprint with styled text, background treatment, and fade in/out animations for Unreal Engine projects.
Instructions
Create a centered cinematic title-card Widget Blueprint with styled text, background treatment, and FadeIn/FadeOut animation specs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hold | No | Suggested hold duration in seconds | |
| title | No | Primary title text | |
| preset | No | Visual preset | |
| eyebrow | No | Small label above the title | |
| fade_in | No | Fade-in duration in seconds | |
| fade_out | No | Fade-out duration in seconds | |
| subtitle | No | Secondary line text | |
| asset_name | No | WBP_TitleCard | |
| title_color | No | ||
| accent_color | No | ||
| package_path | No | Content directory path, default /Game/UI/Titles | |
| subtitle_color | No | ||
| title_font_size | No | ||
| background_color | No | ||
| eyebrow_font_size | No | ||
| subtitle_font_size | No |