FWorkflowTabFactory::UpdateTab

Updates a given tab with new content

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowTabFactory.h

Include

#include "WorkflowOrientedApp/WorkflowTabFactory.h"

Source

/Engine/Source/Editor/Kismet/Private/WorkflowOrientedApp/WorkflowTabFactory.cpp

Syntax

virtual void UpdateTab
(
    TSharedPtr< SDockTab > InDockTab,
    const FWorkflowTabSpawnInfo & Info,
    TSharedPtr< SWidget > InContent
) const

Remarks

Updates a given tab with new content

Parameters

Parameter

Description

InDockTab

The tab to update

InInfo

The spawning info, used to generate required tab information

InContent

The content to update the tab with

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss