Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetworkProfiler
Description
Track event occuring, like e.g. client join/ leave
Track event occurring, like e.g. client join/ leave
| Name | TrackEvent |
| 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 TrackEvent
(
const FString & EventName,
const FString & EventDescription,
UNetConnection * Connection
)
Parameters
| Name | Remarks |
|---|---|
| EventName | Name of the event |
| EventDescription | Additional description/ information for event |
| EventName | Name of the event |
| EventDescription | Additional description/ information for event |