FNetworkProfiler::Exec

Processes any network profiler specific exec commands

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

bool Exec
(
    UWorld * InWorld,
    const TCHAR * Cmd,
    FOutputDevice & Ar
)

Remarks

Processes any network profiler specific exec commands

Returns

True if processed, false otherwise

Parameters

Parameter

Description

InWorld

The world in this context

Cmd

The command to parse

Ar

The output device to write data to

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