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

#include <SemanticTypes.h>

Public Member Functions

 STypeVariableSubstitution (const CTypeVariable *TypeVariable, const CTypeBase *NegativeType, const CTypeBase *PositiveType)
 

Public Attributes

const CTypeVariable_TypeVariable
 
const CTypeBase_NegativeType
 
const CTypeBase_PositiveType
 

Friends

bool operator== (const STypeVariableSubstitution &Left, const STypeVariableSubstitution &Right)
 

Constructor & Destructor Documentation

◆ STypeVariableSubstitution()

uLang::STypeVariableSubstitution::STypeVariableSubstitution ( const CTypeVariable TypeVariable,
const CTypeBase NegativeType,
const CTypeBase PositiveType 
)
inline

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const STypeVariableSubstitution Left,
const STypeVariableSubstitution Right 
)
friend

Member Data Documentation

◆ _NegativeType

const CTypeBase* uLang::STypeVariableSubstitution::_NegativeType

◆ _PositiveType

const CTypeBase* uLang::STypeVariableSubstitution::_PositiveType

◆ _TypeVariable

const CTypeVariable* uLang::STypeVariableSubstitution::_TypeVariable

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