From c01cd78225fa9b538570b63c23d456eef9b9db8b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Thu, 20 May 2021 17:19:24 +0200 Subject: [PATCH] RequestStartPlay glue code. --- Source/Editor/Managed/ManagedEditor.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/Editor/Managed/ManagedEditor.h b/Source/Editor/Managed/ManagedEditor.h index 5e0b612b5..ef58fd737 100644 --- a/Source/Editor/Managed/ManagedEditor.h +++ b/Source/Editor/Managed/ManagedEditor.h @@ -133,6 +133,11 @@ public: /// True if exit engine, otherwise false. bool OnAppExit(); + /// + /// Requests switch to play mode. + /// + void RequestStartPlay(); + private: void OnEditorAssemblyLoaded(MAssembly* assembly);