Navigation
API > API/Runtime > API/Runtime/TraceBasedDebuggers > API/Runtime/TraceBasedDebuggers/FRemoteSessionsManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StartSessionDiscovery () |
RemoteSessionsManager.h | ||
void StartSessionDiscovery
(
const FGuid& InDebuggerGuid |
Starts sending ping requests that potential targets (client, servers or other editors) can answer to and report themselves as available | RemoteSessionsManager.h |
StartSessionDiscovery()
| Name | StartSessionDiscovery |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/TraceBasedDebuggers/Public/RemoteSessionsManager.h |
| Include Path | #include "RemoteSessionsManager.h" |
void StartSessionDiscovery()
StartSessionDiscovery(const FGuid &)
Description
Starts sending ping requests that potential targets (client, servers or other editors) can answer to and report themselves as available
| Name | StartSessionDiscovery |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/TraceBasedDebuggers/Public/RemoteSessionsManager.h |
| Include Path | #include "RemoteSessionsManager.h" |
| Source | /Engine/Source/Runtime/Experimental/TraceBasedDebuggers/Private/RemoteSessionsManager.cpp |
void StartSessionDiscovery
(
const FGuid & InDebuggerGuid
)