FUnitTestEnvironment::AddUnitTestEnvironment

Adds a new environment to the unit test environment list

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h

Include

#include "UnitTestEnvironment.h"

Source

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

Syntax

static void AddUnitTestEnvironment
(
    FString Game,
    FUnitTestEnvironment * Env
)

Remarks

Adds a new environment to the unit test environment list

FUnitTestEnvironment

Parameters

Parameter

Description

Game

The game the unit test environment is for

Env

The environment being added

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