Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include | #include "ScriptableInteractiveTool.h" |
| Source | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/ScriptableInteractiveTool.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"ScriptableTool", Meta&61;&40;Identifier&61;"Settings"&41;&41;
void RequestToolShutdown
&40;
bool bAccept,
bool bShowUserPopupMessage,
FText UserMessage
&41;
Remarks
Request that the active Tool be shut down. The Tool can post this to shut itself down (eg in a Tool where the interaction paradigm is "click to do something and exit").
Parameters
| Name | Description |
|---|---|
| bAccept | if this is an Accept/Cancel Tool, Accept it, otherwise Cancel. Ignored for Complete-type Tools. |