FExpressionTokenConsumer::Add

Add an expression node to the consumer, specifying the [FStringToken](API\Runtime\Core\Misc\FStringToken) this node relates to.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParserTypes.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/ExpressionParser.cpp

Syntax

void Add
(
    const FStringToken & SourceToken,
    FExpressionNode && Node
)

Remarks

Add an expression node to the consumer, specifying the FStringToken this node relates to. Adding a node to the consumer will move its stream read position to the end of the added token.

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