Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/WorkflowOrientedApp > API/Editor/UnrealEd/WorkflowOrientedApp/FTabPayload_UObject
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/WorkflowOrientedApp/WorkflowUObjectDocuments.h |
| Include | #include "WorkflowOrientedApp/WorkflowUObjectDocuments.h" |
template<typename CastType>
static CastType * CastChecked
(
TSharedPtr < FTabPayload > Payload
)
Remarks
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)