Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TOperatorEvaluationEnvironment
- IOperatorEvaluationEnvironment::ExecBinary()
- TOperatorEvaluationEnvironment::ExecBinary()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
Include | #include "Misc/ExpressionParserTypes.h" |
virtual FExpressionResult ExecBinary
(
const FExpressionToken & Operator,
const FExpressionToken & L,
const FExpressionToken & R
) const
Remarks
Execute the specified token as a binary operator, if such an overload exists