Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMultiMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Num () |
Since we implement an overloaded Num() function in TMultiMap, we need to reimplement TMapBase::Num to make it visible. | Containers/Map.h | |
int32 Num
(
KeyInitType Key |
Returns the number of values within this map associated with the specified key | Containers/Map.h |
Num()
Description
Since we implement an overloaded Num() function in TMultiMap, we need to reimplement TMapBase::Num to make it visible.
| Name | Num |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
int32 Num() const
Num(KeyInitType)
Description
Returns the number of values within this map associated with the specified key
| Name | Num |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
int32 Num
(
KeyInitType Key
) const