Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TTokenStream
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< TStringToken< CharType > > ParseSymbol
(
TStringToken< CharType >* Accumulate |
Return a string token for the next character in the stream (or accumulating into the specified existing token) | Misc/ExpressionParserTypes.h | |
TOptional< TStringToken< CharType > > ParseSymbol
(
CharType Symbol, |
Attempt parse out the specified pre-defined string from the current read position (or accumulating into the specified existing token) | Misc/ExpressionParserTypes.h |
ParseSymbol(TStringToken< CharType > *)
Description
Return a string token for the next character in the stream (or accumulating into the specified existing token)
| Name | ParseSymbol |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
| Include Path | #include "Misc/ExpressionParserTypes.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp |
TOptional < TStringToken < CharType > > ParseSymbol
(
TStringToken < CharType > * Accumulate
) const
ParseSymbol(CharType, TStringToken< CharType > *)
Description
Attempt parse out the specified pre-defined string from the current read position (or accumulating into the specified existing token)
| Name | ParseSymbol |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
| Include Path | #include "Misc/ExpressionParserTypes.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp |
TOptional < TStringToken < CharType > > ParseSymbol
(
CharType Symbol,
TStringToken < CharType > * Accumulate
) const