Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TMapG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PairType & FindOrInsert
(
OtherKeyType&& Key |
uLang/Common/Containers/Map.h | ||
PairType & FindOrInsert
(
OtherKeyType&& Key, |
uLang/Common/Containers/Map.h |
FindOrInsert(OtherKeyType &&)
| Name | FindOrInsert |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Map.h |
| Include Path | #include "uLang/Common/Containers/Map.h" |
template<typename OtherKeyType>
PairType & FindOrInsert
(
OtherKeyType && Key
)
FindOrInsert(OtherKeyType &&, OtherValueType &&)
| Name | FindOrInsert |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Map.h |
| Include Path | #include "uLang/Common/Containers/Map.h" |
template<typename OtherKeyType, typename OtherValueType>
PairType & FindOrInsert
(
OtherKeyType && Key,
OtherValueType && Value
)