UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GameLaunchDaemonMessageHandler.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
7
10
13
14
16{
17public:
18
19 void Init();
20 void Shutdown();
21
22private:
23
24 void HandlePingMessage(const FIOSLaunchDaemonPing& Message, const TSharedRef<IMessageContext, ESPMode::ThreadSafe>& Context);
25 void HandleLaunchRequest(const FIOSLaunchDaemonLaunchApp& Message, const TSharedRef<IMessageContext, ESPMode::ThreadSafe>& Context);
26
27private:
28
30 FString AppId;
31};
Definition GameLaunchDaemonMessageHandler.h:16
void Shutdown()
Definition GameLaunchDaemonMessageHandler.cpp:30
void Init()
Definition GameLaunchDaemonMessageHandler.cpp:15
Definition MessageEndpoint.h:70
Definition IMessageContext.h:225
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition IOSMessageProtocol.h:85
Definition IOSMessageProtocol.h:13