NUTUtil::SortUnitTestClassDefList

Takes a list of unit test class defaults, and reorders them in a more readable way, based on type and implementation date

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 SortUnitTestClassDefList
(
    TArray< UUnitTest * > & InUnitTestClassDefaults
)

Remarks

Takes a list of unit test class defaults, and reorders them in a more readable way, based on type and implementation date

Parameters

Parameter

Description

InUnitTestClassDefaults

The array of unit test class defaults to reorder

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