NUTUtil::GetUnitTestClassDefList

Outputs a full list of valid unit test class defaults, representing all unit tests which can be executed

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "NUTUtil.h"

Source

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

Syntax

static void GetUnitTestClassDefList
(
    TArray< UUnitTest * > & OutUnitTestClassDefaults
)

Remarks

Outputs a full list of valid unit test class defaults, representing all unit tests which can be executed

NUTUtil

Parameters

Parameter

Description

OutUnitTestClassDefaults

The array that unit test class defaults should be output 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