FTokenStream::GenerateToken

Generate a token for the specified number of chars, at the current read position (or end of Accumulate)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h

Include

#include "Misc/ExpressionParserTypes.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp

Syntax

TOptional< FStringToken > GenerateToken
(
    int32 NumChars,
    FStringToken * Accumulate
) const

Remarks

Generate a token for the specified number of chars, at the current read position (or end of Accumulate)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss