FExpressionToken

A specific token in a stream.

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

FExpressionToken

FCompiledToken

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParserTypes.h"

Syntax

class FExpressionToken : private FNoncopyable

Remarks

A specific token in a stream. Comprises an expression node, and the stream token it was created from

Variables

Name Description

Public variable

FStringToken

 

Context

Public variable

FExpressionNode

 

Node

Constructors

Name Description

Public function

FExpressionToken

(
    FExpressionToken&& In
)

Public function

FExpressionToken

(
    const FStringToken& InContext,
    FExpressionNode InNode
)

Operators

Name Description

Public function

FExpressionT...

 

operator=

(
    FExpressionToken&& In
)

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