TSortedMap::CreateKeyIterator

Creates an iterator over the values associated with a specified key in a map.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h

Include

#include "Containers/SortedMap.h"

Syntax

TKeyIterator CreateKeyIterator
(
    KeyInitType InKey
)

Remarks

Creates an iterator over the values associated with a specified key in a map. This will be at most one value because keys must be unique

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss