Navigation
API > API/Plugins > API/Plugins/CurveExpression > API/Plugins/CurveExpression/FEngine
Description
Parse a single token from the beginning of the range, returning either the token or an error, if one was encountered. If the token was successfully parsed, then the given string view range gets updated with the new starting point at the end of the token just parsed
| Name | ParseToken |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Runtime/Public/ExpressionEvaluator.h |
| Include Path | #include "ExpressionEvaluator.h" |
| Source | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Runtime/Private/ExpressionEvaluator.cpp |
static FTokenParseResult ParseToken
(
FStringView & InOutParseRange,
FStringView InExpression
)