Navigation
API > API/Runtime > API/Runtime/Core
A specific token in a stream. Comprises an expression node, and the stream token it was created from
| Name | TExpressionToken |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
| Include Path | #include "Misc/ExpressionParserTypes.h" |
Syntax
template<typename CharType>
class TExpressionToken
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TExpressionToken
(
const TStringToken< CharType >& InContext, |
Misc/ExpressionParserTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Context | TStringToken< CharType > | Misc/ExpressionParserTypes.h | ||
| Node | FExpressionNode | Misc/ExpressionParserTypes.h |