Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FTabInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PayloadMatches
(
const TSharedPtr< FTabPayload > TestPayload |
Returns TRUE if the payload used by this TabInfo is the same as passed in | WorkflowOrientedApp/WorkflowTabManager.h | |
static bool PayloadMatches
(
TSharedPtr< FTabPayload > A, |
WorkflowOrientedApp/WorkflowTabManager.h |
PayloadMatches(const TSharedPtr< FTabPayload >)
Description
Returns TRUE if the payload used by this TabInfo is the same as passed in
| Name | PayloadMatches |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabManager.h |
| Include Path | #include "WorkflowOrientedApp/WorkflowTabManager.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/WorkflowOrientedApp/WorkflowTabManager.cpp |
bool PayloadMatches
(
const TSharedPtr < FTabPayload > TestPayload
) const
PayloadMatches(TSharedPtr< FTabPayload >, TSharedPtr< FTabPayload >)
| Name | PayloadMatches |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabManager.h |
| Include Path | #include "WorkflowOrientedApp/WorkflowTabManager.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/WorkflowOrientedApp/WorkflowTabManager.cpp |
static bool PayloadMatches
(
TSharedPtr < FTabPayload > A,
TSharedPtr < FTabPayload > B
)