UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TOperatorJumpTable< ContextType, CharType > Member List

This is the complete list of members for TOperatorJumpTable< ContextType, CharType >, including all inherited members.

ExecBinary(const TExpressionToken< CharType > &Operator, const TExpressionToken< CharType > &L, const TExpressionToken< CharType > &R, const ContextType *Context) constTOperatorJumpTable< ContextType, CharType >
ExecPostUnary(const TExpressionToken< CharType > &Operator, const TExpressionToken< CharType > &L, const ContextType *Context) constTOperatorJumpTable< ContextType, CharType >
ExecPreUnary(const TExpressionToken< CharType > &Operator, const TExpressionToken< CharType > &R, const ContextType *Context) constTOperatorJumpTable< ContextType, CharType >
FBinaryFunction typedefTOperatorJumpTable< ContextType, CharType >
FShortCircuit typedefTOperatorJumpTable< ContextType, CharType >
FUnaryFunction typedefTOperatorJumpTable< ContextType, CharType >
MapBinary(FuncType InFunc)TOperatorJumpTable< ContextType, CharType >
MapPostUnary(FuncType InFunc)TOperatorJumpTable< ContextType, CharType >
MapPreUnary(FuncType InFunc)TOperatorJumpTable< ContextType, CharType >
MapShortCircuit(FuncType InFunc)TOperatorJumpTable< ContextType, CharType >
ShouldShortCircuit(const TExpressionToken< CharType > &Operator, const TExpressionToken< CharType > &L, const ContextType *Context) constTOperatorJumpTable< ContextType, CharType >