Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendChallengeControlMessage () |
Sends the NMT_Challenge message | Engine/NetConnection.h | |
void SendChallengeControlMessage
(
const FEncryptionKeyResponse& Response |
Sends the NMT_Challenge message based on encryption response | Engine/NetConnection.h |
SendChallengeControlMessage()
Description
Sends the NMT_Challenge message
| Name | SendChallengeControlMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetConnection.cpp |
void SendChallengeControlMessage()
SendChallengeControlMessage(const FEncryptionKeyResponse &)
Description
Sends the NMT_Challenge message based on encryption response
| Name | SendChallengeControlMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetConnection.cpp |
void SendChallengeControlMessage
(
const FEncryptionKeyResponse & Response
)