Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
Description
Set a UUserWidget to display at the head of the Scriptable Tool panel details view. Will only take effect when set during OnScriptSetup.
| Name | SetToolPanelToolHeaderWidget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include Path | #include "ScriptableInteractiveTool.h" |
| Source | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Private/ScriptableInteractiveTool.cpp |
UFUNCTION (BlueprintCallable, Category="ScriptableTool|Widgets")
void SetToolPanelToolHeaderWidget
(
UUserWidget * Widget
)
Parameters
| Name | Remarks |
|---|---|
| Widget | The UUserWidget to set. |