Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FTabPayload_UObject |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowUObjectDocuments.h |
| Include Path | #include "WorkflowOrientedApp/WorkflowUObjectDocuments.h" |
Syntax
struct FTabPayload_UObject : public FTabPayload
Inheritance Hierarchy
- FTabPayload → FTabPayload_UObject
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTabPayload_UObject
(
UObject* InDocumentID |
Buried constructor. Use Make instead! | WorkflowOrientedApp/WorkflowUObjectDocuments.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTabPayload_UObject() |
WorkflowOrientedApp/WorkflowUObjectDocuments.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DocumentID | TWeakObjectPtr< UObject > | The object that is the real payload. | WorkflowOrientedApp/WorkflowUObjectDocuments.h |
Functions
Public
Overridden from FTabPayload
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsEqual
(
const TSharedRef< FTabPayload >& OtherPayload |
Determine if another payload is the same as this one. | WorkflowOrientedApp/WorkflowUObjectDocuments.h | |
virtual bool IsValid() |
WorkflowOrientedApp/WorkflowUObjectDocuments.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static 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) | WorkflowOrientedApp/WorkflowUObjectDocuments.h | |
static TSharedRef< FTabPayload_UObject > Make
(
const UObject* DocumentID |
Create a new payload wrapper for a UObject. | WorkflowOrientedApp/WorkflowUObjectDocuments.h |