Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TOperatorJumpTable
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h |
Include | #include "Misc/ExpressionParserTypes.h" |
Source | /Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.inl |
template<typename OperatorType, typename FuncType>
void MapPostUnary
&40;
FuncType InFunc
&41;
Remarks
Map an expression node to a post-unary operator with the specified implementation. The same function signature rules apply here as with MapPreUnary.