FOpParameters

Struct for storing binary operator definition parameters

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ExpressionParserTypes.h"

Syntax

struct FOpParameters

Remarks

Struct for storing binary operator definition parameters

Variables

Name Description

Public variable

EAssociativity

 

Associativity

The associativity of the operator

Public variable

bool

 

bCanShortCircuit

Whether this operator can be short circuited or not

Public variable

int32

 

Precedence

The precedence of the operator

Constructors

Name Description

Public function

FOpParameters

(
    int32 InPrecedence,
    EAssociativity InAssociativity,
    bool bInCanShortCircuit
)

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