![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ExpressionParserTypes.h>
Inheritance diagram for TExpressionToken< CharType >:Public Member Functions | |
| TExpressionToken (const TStringToken< CharType > &InContext, FExpressionNode InNode) | |
Public Attributes | |
| FExpressionNode | Node |
| TStringToken< CharType > | Context |
A specific token in a stream. Comprises an expression node, and the stream token it was created from
|
inlineexplicit |
| TStringToken<CharType> TExpressionToken< CharType >::Context |
| FExpressionNode TExpressionToken< CharType >::Node |