Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetworkProfiler
Description
Tracks when connection address changes
Tracks when connection address changes, and will emit token if different from last connection
| Name | SetCurrentConnection |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h |
| Include Path | #include "Net/NetworkProfiler.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp |
void SetCurrentConnection
(
UNetConnection * Connection
)
Parameters
| Name | Remarks |
|---|---|
| Connection | Destination address |