FTokenDefinitions::DefineToken

Define a token by way of a function to be invoked to attempt to parse a token from a stream

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 DefineToken
(
    TFunction< FExpressionDefinition > && Definition
)

Remarks

Define a token by way of a function to be invoked to attempt to parse a token from a stream

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