Used to display some system prompt information, such as game saved successfully, archived files deleted, etc.
This is the only pop-up method. The system queues the message pop-ups. All displays you perform will be added to the queue and displayed one by one.
parameter:
You can use localized text for Popup Message and connect dynamic parameters using FormatText. There are two places in the system that use it, as shown in the following example:
The popup interface used in the system is called WBP_PopupMessage, which can be found in the plugin directory and is added to WBP_MainWidget. You can customize the WBP_PopupMessage interface as needed.