Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FOperatorFunctionID Struct Reference

#include <ExpressionParserTypes.h>

+ Collaboration diagram for FOperatorFunctionID:

Public Attributes

FGuid OperatorType
 
FGuid LeftOperandType
 
FGuid RightOperandType
 

Friends

bool operator== (const FOperatorFunctionID &A, const FOperatorFunctionID &B)
 
uint32 GetTypeHash (const FOperatorFunctionID &In)
 

Detailed Description

Struct used to identify a function for a specific operator overload

Definition at line 258 of file ExpressionParserTypes.h.

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FOperatorFunctionID & In)
friend

Definition at line 271 of file ExpressionParserTypes.h.

◆ operator==

Definition at line 264 of file ExpressionParserTypes.h.

Member Data Documentation

◆ LeftOperandType

FGuid FOperatorFunctionID::LeftOperandType

Definition at line 261 of file ExpressionParserTypes.h.

◆ OperatorType

FGuid FOperatorFunctionID::OperatorType

Definition at line 260 of file ExpressionParserTypes.h.

◆ RightOperandType

FGuid FOperatorFunctionID::RightOperandType

Definition at line 262 of file ExpressionParserTypes.h.


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