FTabPayload_UObject::CastChecked

Helper method to get the payload object as a specific type (checks both that the payload is a [FTabPayload_UObject](API\Editor\Kismet\WorkflowOrientedApp\FTabPayload_UObject), and that the type is correct)

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/WorkflowUObjectDocuments.h

Include

#include "WorkflowOrientedApp/WorkflowUObjectDocuments.h"

Syntax

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)

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