Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp
Inheritance Hierarchy
- FTabPayload
- FTabPayload_UObject
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowTabFactory.h |
| Include | #include "WorkflowOrientedApp/WorkflowTabFactory.h" |
Syntax
struct FTabPayload
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FName | PayloadType | The type of this payload. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTabPayload
(
FName InPayloadType |
Buried constructor. This is a base class meant to be inherited from. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FTabPayload () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEqual
(
const TSharedRef< FTabPayload >& OtherPayload |
Is this payload equal to the other one? | |
| bool | IsValid () |