Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTokenStream
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FStringToken > | ParseSymbol
(
FStringToken* Accumulate |
Return a string token for the next character in the stream (or accumulating into the specified existing token) | |
| TOptional< FStringToken > | ParseSymbol
(
TCHAR Symbol, |
Attempt parse out the specified pre-defined string from the current read position (or accumulating into the specified existing token) |