FCompiledToken

A compiled token, holding the token itself, and any compiler information required to evaluate it

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParserTypes.h"

Syntax

struct FCompiledToken : public FExpressionToken

Remarks

A compiled token, holding the token itself, and any compiler information required to evaluate it

Variables

Name Description

Public variable

TOptional< int3...

 

ShortCircuitIndex

Public variable

EType

 

Type

Constructors

Name Description

Public function

FCompiledToken

(
    FCompiledToken&& In
)

Public function

FCompiledToken

(
    EType InType,
    FExpressionToken InToken,
    TOptional< int32 > InShortCircuitIn...
)

Operators

Name Description

Public function

FCompiledTok...

 

operator=

(
    FCompiledToken&& In
)

Enums

Name

Description

Public enum

EType

Todo: add callable types here?

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