Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FVMReflectionParser
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtilReflectionParser.h |
Include | #include "NUTUtilReflectionParser.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtilReflectionParser.cpp |
static TOptional< FStringToken > ParseArraySubscript
&40;
const FTokenStream & InStream,
FStringToken &42; Accumulate
&41;
Remarks
Attempts to parse an array subscript operator, Array[Num], from the stream If successful, returns the parsed string token, if false, returns nothing and IsSet will be false.
Parameters
Name | Description |
---|---|
InStream | The stream to attempt token parsing on |
Accumulate | Optionally specify an existing string token, to append the parsed token to |