Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Causes a one-time activation of a tab in its parent tab well. Can be used at any point during layout.
To use this effectively, all tab ids should be unique. Only the first tab registered with the given id will be activated. Can be called multiple times to activate multiple tabs in the same update.
| Name | ActivateTab |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMBlueprint/Public/SlateIMBlueprintFunctionLibrary.h |
| Include Path | #include "SlateIMBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, Category="SlateIM|Tabs")
static void ActivateTab
(
const FName & TabId
)
Parameters
| Name | Remarks |
|---|---|
| TabId | The tab id to activate. |
See Also
- ActivateInParent(ETabActivationCause).