Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UClientUnitTest
- 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 |
virtual void GetCommandContextList
&40;
TArray< TSharedPtr< FString >> & OutList,
FString & OutDefaultContext
&41;
Remarks
Outputs the list of console command contexts, that this unit test supports (which can include custom contexts in subclasses)
Parameters
| Name | Description |
|---|---|
| OutList | Outputs the list of supported console command contexts |
| OutDefaultContext | Outputs the context which should be auto-selected/defaulted-to |