Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TOperatorJumpTable
Description
Map an expression node to a post-unary operator with the specified implementation. The same function signature rules apply here as with MapPreUnary.
| Name | MapPostUnary |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
| Include Path | #include "Misc/ExpressionParserTypes.h" |
| Source | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl |
template<typename OperatorType, typename FuncType>
void MapPostUnary
(
FuncType InFunc
)