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