You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
SessionServices: Made public headers compilable individually
[CL 2387548 by Max Preussner in Main branch]
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
|
||||
// IAutomationWindowModule interface
|
||||
|
||||
virtual TSharedRef<class SWidget> CreateAutomationWindow( const IAutomationControllerManagerRef& AutomationController, const ISessionManagerRef& SessionManager ) override
|
||||
virtual TSharedRef<class SWidget> CreateAutomationWindow( const IAutomationControllerManagerRef& AutomationController, const TSharedRef<ISessionManager>& SessionManager ) override
|
||||
{
|
||||
return SNew(SAutomationWindow, AutomationController, SessionManager);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user