Navigation
API > API/Runtime > API/Runtime/Core
A compiled token, holding the token itself, and any compiler information required to evaluate it
| |
|
| Name |
TCompiledToken |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
| Include Path |
#include "Misc/ExpressionParserTypes.h" |
Syntax
template<typename CharType>
struct TCompiledToken : public TExpressionToken< CharType >
Inheritance Hierarchy
Constructors
Enums
Public
| Name |
Remarks |
| EType |
Todo: add callable types here? |
Variables
Public
Functions
Public