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/WorkflowUObjectDocuments.h |
| Include | #include "WorkflowOrientedApp/WorkflowUObjectDocuments.h" |
Syntax
struct FTabPayload_UObject : public FTabPayload
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| CastType * | CastChecked
(
TSharedPtr< FTabPayload > Payload |
Helper method to get the payload object as a specific type (checks both that the payload is a FTabPayload_UObject, and that the type is correct) | |
| TSharedRef< FTabPayload_UObject > | Create a new payload wrapper for a UObject. |
Overridden from FTabPayload
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEqual
(
const TSharedRef< FTabPayload >& OtherPayload |
Determine if another payload is the same as this one. | |
| bool | IsValid () |