ExpressionParser::ConsumeSymbol

Consume a symbol from the specified consumer's stream, if one exists at the current read position

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/BasicMathExpressionEvaluator.h

Include

#include "Math/BasicMathExpressionEvaluator.h"

Syntax

namespace ExpressionParser
{
    template<typename TSymbol>
    TOptional< FExpressionError > ExpressionParser::ConsumeSymbol
    (
        FExpressionTokenConsumer & Consumer
    )
}

Remarks

Consume a symbol from the specified consumer's stream, if one exists at the current read position

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