Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedMap
Description
Creates a const iterator over the values associated with a specified key in a map. This will be at most one value because keys must be unique
| Name | CreateConstKeyIterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
TConstKeyIterator CreateConstKeyIterator
(
KeyInitType InKey
) const