IAssetViewport::StartPlayInEditorSession

Begins a play in editor session in this viewport.

Windows
MacOS
Linux

Override Hierarchy

IAssetViewport::StartPlayInEditorSession()

SLevelViewport::StartPlayInEditorSession()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/IAssetViewport.h

Include

#include "IAssetViewport.h"

Syntax

void StartPlayInEditorSession
(
    class UGameViewportClient * PlayClient,
    const bool bInSimulateInEditor
)

Remarks

Begins a play in editor session in this viewport. Swaps the current editor client with the passed in client

Parameters

Parameter

Description

PlayClient

The client to swap with the editor client

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