FVMReflectionParser::ParseArraySubscript

Attempts to parse an array subscript operator, Array[Num], from the stream

Windows
MacOS
Linux

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

Syntax

static TOptional< FStringToken > ParseArraySubscript
(
    const FTokenStream & InStream,
    FStringToken * Accumulate
)

Remarks

Attempts to parse an array subscript operator, Array[Num], from the stream

Returns

If successful, returns the parsed string token, if false, returns nothing and IsSet will be false.

Parameters

Parameter

Description

InStream

The stream to attempt token parsing on

Accumulate

Optionally specify an existing string token, to append the parsed token 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