MapPostUnary

Map an expression node to a post-unary operator with the specified implementation.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ExpressionParserTypes.h

Include

#include "Misc/ExpressionParserTypes.h"

Syntax

template<typename OperatorType, typename FuncType>
void MapPostUnary
(
    FuncType InFunc
)

Remarks

Map an expression node to a post-unary operator with the specified implementation. The same function signature rules apply here as with MapPreUnary.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss