Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTokenStream
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FStringToken > | ParseToken
(
TFunctionRef< EParseState(TCHAR)> Pred, |
Parse out a token using the supplied predicate. | |
| TOptional< FStringToken > | ParseToken
(
const TCHAR* Symbol, |
Attempt parse out the specified pre-defined string from the current read position (or accumulating into the specified existing token) |