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