UClientUnitTest::GetCommandContextList

Outputs the list of console command contexts, that this unit test supports (which can include custom contexts in subclasses)

Windows
MacOS
Linux

Override Hierarchy

UUnitTest::GetCommandContextList()

UClientUnitTest::GetCommandContextList()

References

Module

NetcodeUnitTest

Header

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

Include

#include "ClientUnitTest.h"

Source

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

Syntax

virtual void GetCommandContextList
(
    TArray< TSharedPtr< FString >> & OutList,
    FString & OutDefaultContext
)

Remarks

Outputs the list of console command contexts, that this unit test supports (which can include custom contexts in subclasses)

Parameters

Parameter

Description

OutList

Outputs the list of supported console command contexts

OutDefaultContext

Outputs the context which should be auto-selected/defaulted-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