ExpressionParser::Evaluate

Templated versions of evaluation functions used when passing a specific jump table and context

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParser.h"

Syntax

namespace ExpressionParser
{
    template<typename ContextType>
    FExpressionResult ExpressionParser::Evaluate
    (
        const TCHAR * InExpression,
        const FTokenDefinitions & InTokenDefinitions,
        const FExpressionGrammar & InGrammar,
        const TOperatorJumpTable< ContextType > & InJumpTable,
        const ContextType * InContext
    )
}

Remarks

Templated versions of evaluation functions used when passing a specific jump table and context

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