Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Opens a modal dialog of the specified type. This function will not return until the user closes the modal dialog
SlateIM updates are disable while a SlateIM modal is open
| Name | ModalDialog |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMBlueprint/Public/SlateIMBlueprintFunctionLibrary.h |
| Include Path | #include "SlateIMBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, Category="SlateIM|Containers")
static EAppReturnType::Type ModalDialog
(
EAppMsgType::Type MessageType,
const FString & DialogText,
const FSlateIMModalDialogParams & Params
)
The option the user selected
Parameters
| Name | Remarks |
|---|---|
| MessageType | The type of options the user can respond to the dialog with |
| DialogText | The message to display to the user |
| Params | Additional parameters used to create this dialog |
See Also
- CanUpdateSlateIM()