BlueprintAPI > BlueprintAPI/Development > BlueprintAPI/Development/Editor
Given an ID for a tab, try to find a tab spawner that matches, and then spawn a tab. Returns true if it was able to find a matching tab spawner
Target is Editor Utility Subsystem
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
name | New Tab ID |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Given an ID for a tab, try to find a tab spawner that matches, and then spawn a tab. Returns true if it was able to find a matching tab spawner |