Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TMapG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEPairType & FindOrInsert
(
OtherKeyType&& Key |
uLang/Common/Containers/Map.h | ||
ULANG_FORCEINLINEPairType & 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>
ULANG_FORCEINLINEPairType & 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>
ULANG_FORCEINLINEPairType & FindOrInsert
(
OtherKeyType && Key,
OtherValueType && Value
)