Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RangedForIteratorType begin () |
DO NOT USE DIRECTLY STL-like iterators to enable range-based for loop support. | Containers/SortedMap.h | |
RangedForConstIteratorType begin () |
Containers/SortedMap.h |
begin()
Description
DO NOT USE DIRECTLY STL-like iterators to enable range-based for loop support.
| Name | begin |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
RangedForIteratorType begin()
begin()
| Name | begin |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
RangedForConstIteratorType begin() const