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

#include <SemanticTypes.h>

Public Member Functions

 SInstantiatedTypeVariable (const CTypeBase *NegativeType, const CTypeBase *PositiveType)
 

Public Attributes

const CTypeBase_NegativeType
 
const CTypeBase_PositiveType
 

Friends

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

Constructor & Destructor Documentation

◆ SInstantiatedTypeVariable()

uLang::SInstantiatedTypeVariable::SInstantiatedTypeVariable ( const CTypeBase NegativeType,
const CTypeBase PositiveType 
)
inline

Friends And Related Symbol Documentation

◆ operator==

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

Member Data Documentation

◆ _NegativeType

const CTypeBase* uLang::SInstantiatedTypeVariable::_NegativeType

◆ _PositiveType

const CTypeBase* uLang::SInstantiatedTypeVariable::_PositiveType

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