FTabInfo::AddTabHistory

Adds history data to immediately after the current location in the history list, wiping out any history after in the process

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "WorkflowOrientedApp/WorkflowTabManager.h"

Source

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

Syntax

void AddTabHistory
(
    TSharedPtr< struct FGenericTabHistory > InHistoryNode,
    bool bInSaveHistory
)

Remarks

Adds history data to immediately after the current location in the history list, wiping out any history after in the process

Parameters

Parameter

Description

InHistoryNode

The history node to add

bInSaveHistory

TRUE if history should be saved

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