ExecPostUnary

Execute the specified token as a unary operator, if such an overload exists

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParserTypes.h"

Syntax

FExpressionResult ExecPostUnary
(
    const FExpressionToken & Operator,
    const FExpressionToken & L,
    const ContextType * Context
) const

Remarks

Execute the specified token as a unary operator, if such an overload exists

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