UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOpParameters Struct Reference

#include <ExpressionParserTypes.h>

Public Member Functions

 FOpParameters (int32 InPrecedence, EAssociativity InAssociativity, bool bInCanShortCircuit)
 

Public Attributes

int32 Precedence
 
EAssociativity Associativity
 
bool bCanShortCircuit
 

Detailed Description

Struct for storing binary operator definition parameters

Constructor & Destructor Documentation

◆ FOpParameters()

FOpParameters::FOpParameters ( int32  InPrecedence,
EAssociativity  InAssociativity,
bool  bInCanShortCircuit 
)
inline

Member Data Documentation

◆ Associativity

EAssociativity FOpParameters::Associativity

The associativity of the operator

◆ bCanShortCircuit

bool FOpParameters::bCanShortCircuit

Whether this operator can be short circuited or not

◆ Precedence

int32 FOpParameters::Precedence

The precedence of the operator


The documentation for this struct was generated from the following file: