UNetDriver::Exec

Handle exec commands

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetDriver.cpp

Syntax

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

Remarks

Handle exec commands

Returns

true if the handler consumed the input, false to continue searching handlers

Parameters

Parameter

Description

InWorld

the world context

Cmd

the exec command being executed

Ar

the archive to log results 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