Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IAssetViewport
Description
Begins a play in editor session in this viewport. Swaps the current editor client with the passed in client
| Name | StartPlayInEditorSession |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/IAssetViewport.h |
| Include Path | #include "IAssetViewport.h" |
void StartPlayInEditorSession
(
class UGameViewportClient * PlayClient,
const bool bInSimulateInEditor
)
Parameters
| Name | Remarks |
|---|---|
| PlayClient | The client to swap with the editor client |