Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType * FindArbitraryElement () |
Finds any pair in the map and returns a pointer to it. | Containers/SortedMap.h | |
const ElementType * FindArbitraryElement () |
Containers/SortedMap.h |
FindArbitraryElement()
Description
Finds any pair in the map and returns a pointer to it. Callers should not depend on particular patterns in the behaviour of this function.
| Name | FindArbitraryElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
ElementType * FindArbitraryElement()
A pointer to an arbitrary pair, or nullptr if the container is empty.
FindArbitraryElement()
| Name | FindArbitraryElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
const ElementType * FindArbitraryElement() const