FUnitTestEnvironment::GetDefaultMap

Returns the default map name, that should be used with unit tests, for the current game

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

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

virtual FString GetDefaultMap
(
    EUnitTestFlags UnitTestFlags
)

Remarks

Returns the default map name, that should be used with unit tests, for the current game

Returns

Returns the default map name

Parameters

Parameter

Description

UnitTestFlags

The flags for the current unit test - affects chosen map in some games