Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase > API/Runtime/Core/Containers/TMapBase/FindArbitraryElement
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
ElementType * FindArbitraryElement()
Remarks
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. A pointer to an arbitrary pair, or nullptr if the container is empty.