Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/NUTUtil
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ParseValue
(
const TCHAR* Stream, |
Overridden parse function, for supporting escaped quotes | NUTUtil.h | |
static bool ParseValue
(
const TCHAR* Stream, |
Overridden parse function, for supporting escaped quotes, e.g: -UnitTestServerParms="-LogCmds="LogNet all"" | NUTUtil.h |
ParseValue(const TCHAR , const TCHAR , FString &, bool)
Description
Overridden parse function, for supporting escaped quotes
| Name | ParseValue |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h |
| Include Path | #include "NUTUtil.h" |
static bool ParseValue
(
const TCHAR * Stream,
const TCHAR * Match,
FString & Value,
bool bShouldStopOnComma
)
ParseValue(const TCHAR , const TCHAR , TCHAR *, int32, bool)
Description
Overridden parse function, for supporting escaped quotes, e.g: -UnitTestServerParms="-LogCmds="LogNet all""
| Name | ParseValue |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h |
| Include Path | #include "NUTUtil.h" |
static bool ParseValue
(
const TCHAR * Stream,
const TCHAR * Match,
TCHAR * Value,
int32 MaxLen,
bool bShouldStopOnComma
)