UUnitTestManager::Exec

Handles exec commands starting with 'UnitTest'

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestManager.h

Include

#include "UnitTestManager.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestManager.cpp

Syntax

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

Remarks

Handles exec commands starting with 'UnitTest'

Returns

True if the command was handled, false if not

Parameters

Parameter

Description

InWorld

The world the command was executed from

Cmd

The command that was executed

Ar

The archive log results should be sent 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