FWorkflowAllowedTabSet

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "WorkflowOrientedApp/WorkflowTabManager.h"

Syntax

class FWorkflowAllowedTabSet

Functions

Name Description

Public function

void

 

Clear()

Clears the set.

Public function

TMap< FName,...

 

CreateIterator()

Allows iteration over Factories.

Public function Const

TSharedPtr< ...

 

GetFactory

(
    FName FactoryID
)

Searches this set for a factory with the specified ID, or returns NULL.

Public function

void

 

MergeInSet

(
    const FWorkflowAllowedTabSet& Othe...
)

Merges in a set of factories into this set - duplicates are OK.

Public function

void

 

RegisterFactory

(
    TSharedPtr< class FWorkflowTabFacto...
)

Registers a factory with this set - must be unique.

Public function

void

 

UnregisterFactory

(
    FName FactoryID
)

Unregisters a factory with this specified ID.

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