Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRemoteConsoleServer
Description
Returns true if the data looks like a JSON-line handshake. NOTE: Callers pass the first recv() buffer directly. This assumes the full handshake (~35 bytes) arrives in one read, which holds on LAN devkit connections where it is sent as a single write(). Not robust against TCP fragmentation.
| Name | IsHandshake |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/RemoteConsoleServer.h |
| Include Path | #include "RemoteConsoleServer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/RemoteConsoleServer.cpp |
static bool IsHandshake
(
FAnsiStringView Data
)