widget_title_template
Generate a UMG title or lower-third widget JSON spec with named fade-in and fade-out animations, ready for use in Unreal Engine.
Instructions
Return a polished UMG title or lower-third widget JSON spec with named fade-in and fade-out animations. Does not create an asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hold | No | Suggested hold duration in seconds | |
| style | No | Template style to generate | |
| 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 | Widget Blueprint asset name | |
| lower_third | No | Alias for style=lower_third | |
| 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 |