FTabPayload_UObject

Windows
MacOS
Linux

Inheritance Hierarchy

FTabPayload

FTabPayload_UObject

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/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

Name Description

Public function Virtual

~FTabPayload_UObject()

Functions

Name Description

Public function 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)

Public function Static

TSharedRef< ...

 

Make

(
    const UObject* DocumentID
)

Create a new payload wrapper for a UObject.

Overridden from FTabPayload

Name Description

Public function Virtual Const

bool

 

IsEqual

(
    const TSharedRef< FTabPayload >& O...
)

Determine if another payload is the same as this one.

Public function Virtual Const

bool

 

IsValid()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss