Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FNoncopyable
- FExpressionToken
- FCompiledToken
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
Include | #include "Misc/ExpressionParserTypes.h" |
Syntax
struct FCompiledToken : public FExpressionToken
Remarks
A compiled token, holding the token itself, and any compiler information required to evaluate it
Variables
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FCompiledToken
(
FCompiledToken&& In |
||
![]() |
FCompiledToken
(
EType InType, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FCompiledToken & | operator=
(
FCompiledToken&& In |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EType | Todo: add callable types here? |