Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTokenStream > API/Runtime/Core/Misc/FTokenStream/ParseToken
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 |
TOptional< FStringToken > ParseToken
&40;
TFunctionRef< EParseState(TCHAR)> Pred,
FStringToken &42; Accumulate
&41; const
Remarks
Parse out a token using the supplied predicate. Will keep consuming characters into the resulting token provided the predicate returns EParseState::Continue or EParseState::StopAfter. Optionally supply a token to accumulate into Returns a string token for the stream, or empty on error
Parse out a token