Go to the source code of this file.
|
| | DEFINE_EXPRESSION_NODE_TYPE (TextFilterExpressionParser::FTextToken, 0x09E49538, 0x633545E3, 0x84B5644F, 0x1F11628F) |
| |
| | DEFINE_EXPRESSION_NODE_TYPE (TextFilterExpressionParser::FFunction, 0x084E6214, 0x032FFA48, 0x9245ABF1, 0x9E248F1A) |
| |
| | DECLARE_DELEGATE_RetVal_OneParam (bool, FTokenFunctionHandler, const FTextFilterString &) |
| |
◆ DEFINE_TEXT_EXPRESSION_OPERATOR_NODE
Value:
{ \
{ \
}; \
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition TextFilterExpressionEvaluator.cpp:14
◆ ETextFilterExpressionEvaluatorMode
Defines whether or not the expression parser can evaluate complex expressions
| Enumerator |
|---|
| BasicString | |
| Complex | |
◆ ETextFilterExpressionType
Defines the complexity of the current filter terms. Complex in this case means that the expression will perform key->value comparisons
| Enumerator |
|---|
| Invalid | |
| Empty | |
| BasicString | |
| Complex | |
◆ DECLARE_DELEGATE_RetVal_OneParam()
◆ DEFINE_EXPRESSION_NODE_TYPE() [1/2]
| DEFINE_EXPRESSION_NODE_TYPE |
( |
TextFilterExpressionParser::FFunction |
, |
|
|
0x084E6214 |
, |
|
|
0x032FFA48 |
, |
|
|
0x9245ABF1 |
, |
|
|
0x9E248F1A |
|
|
) |
| |
◆ DEFINE_EXPRESSION_NODE_TYPE() [2/2]
| DEFINE_EXPRESSION_NODE_TYPE |
( |
TextFilterExpressionParser::FTextToken |
, |
|
|
0x09E49538 |
, |
|
|
0x633545E3 |
, |
|
|
0x84B5644F |
, |
|
|
0x1F11628F |
|
|
) |
| |