Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDefaultMapKeyFuncs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Matches
(
KeyInitType A, |
Containers/Map.h | ||
static bool Matches
(
KeyInitType A, |
Containers/Map.h |
Matches(KeyInitType, KeyInitType)
| Name | Matches |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
static bool Matches
(
KeyInitType A,
KeyInitType B
)
Matches(KeyInitType, ComparableKey)
| Name | Matches |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
template<typename ComparableKey>
static bool Matches
(
KeyInitType A,
ComparableKey B
)