FNetworkProfiler::TrackEvent

Track event occuring, like e.g. client join/ leave

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h

Include

#include "Net/NetworkProfiler.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp

Syntax

void TrackEvent
(
    const FString & EventName,
    const FString & EventDescription,
    UNetConnection * Connection
)

Remarks

Track event occuring, like e.g. client join/ leave

Track event occurring, like e.g. client join/ leave

Parameters

Parameter

Description

EventName

Name of the event

EventDescription

Additional description/ information for event

EventName

Name of the event

EventDescription

Additional description/ information for event

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss