![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Namespaces | |
| namespace | Impl |
Macros | |
| #define | LOCTEXT_NAMESPACE "ExpressionParser" |
Typedefs | |
| using | FOperatorEvaluationEnvironment = TOperatorEvaluationEnvironment<> |
Functions | |
| template<typename T > | |
| FExpressionResult | Impl::ForwardReturnType (T &&Result) |
| FExpressionResult | Impl::ForwardReturnType (FExpressionResult &&Result) |
| template<typename OperandType , typename ContextType , typename FuncType > | |
| TOperatorJumpTable< ContextType >::FUnaryFunction | Impl::WrapUnaryFunction (FuncType In) |
| template<typename LeftOperandType , typename RightOperandType , typename ContextType , typename FuncType > | |
| TOperatorJumpTable< ContextType >::FBinaryFunction | Impl::WrapBinaryFunction (FuncType In) |
| template<typename OperandType , typename ContextType , typename FuncType > | |
| TOperatorJumpTable< ContextType >::FShortCircuit | Impl::WrapShortCircuitFunction (FuncType In) |
| #define LOCTEXT_NAMESPACE "ExpressionParser" |