Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet > API/Runtime/Core/Containers/TSet/FindArbitraryElement
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
ElementType * FindArbitraryElement()
Remarks
Finds any element in the set and returns a pointer to it. Callers should not depend on particular patterns in the behaviour of this function. A pointer to an arbitrary element, or nullptr if the container is empty.