[Video Link]
The Widget Exporter will help you in the following ways.
1. In the Widget Blueprint Editor, Allows you to use Exporter functions while designing
- ExportAsPNG
- ExportSelectedWidgetsAsPNG
- ExportAsText (json, csv, txt)
- ExportAsTexture2D (Texture2D Asset)
- ExportAsFlipbook (WidgetAnimation To Flipbook PNG)
2. You can iterate over Exporter functions with data tables and data driven Logic During Game play (Some functions are in PIE mode)
Exporter functions are available in both Blueprint Nodes and C++
- ExportAsImage (png, jpg, bmp)
- ExportAsPNG
- ExportAsText (json, csv, txt)
- ExportAdvancedRenderTarget (png)