UProcessUnitTest::StartUnitTestProcess

Starts a child process, tied to the unit test

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "ProcessUnitTest.h"

Source

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

Syntax

virtual TWeakPtr< FUnitTestProcess > StartUnitTestProcess
(
    FString Path,
    FString InCommandline,
    bool bMinimized
)

Remarks

Starts a child process, tied to the unit test

Returns

Returns a pointer to the new processes handling struct

Parameters

Parameter

Description

Path

The path to the process executable

InCommandline

The commandline that the child process should use

bMinimized

Starts the process with the window minimized

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