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

#include <SemanticTypes.h>

Public Attributes

const CTypeBase_KeyType
 
const CTypeBase_ValueType
 
bool _bWeak
 

Friends

bool operator== (const SKey &Left, const SKey &Right)
 
bool operator!= (const SKey &Left, const SKey &Right)
 
bool operator< (const SKey &Left, const SKey &Right)
 

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const SKey Left,
const SKey Right 
)
friend

◆ operator<

bool operator< ( const SKey Left,
const SKey Right 
)
friend

◆ operator==

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

Member Data Documentation

◆ _bWeak

bool uLang::CMapType::SKey::_bWeak

◆ _KeyType

const CTypeBase* uLang::CMapType::SKey::_KeyType

◆ _ValueType

const CTypeBase* uLang::CMapType::SKey::_ValueType

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