Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCompactSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType * FindArbitraryElement () |
Finds any element in the set and returns a pointer to it. | ||
const ElementType * FindArbitraryElement () |
FindArbitraryElement()
Description
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.
| Name | FindArbitraryElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactSet.h.inl |
| Include Path | #include "Containers/CompactSet.h.inl" |
ElementType * FindArbitraryElement()
A pointer to an arbitrary element, or nullptr if the container is empty.
FindArbitraryElement()
| Name | FindArbitraryElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactSet.h.inl |
| Include Path | #include "Containers/CompactSet.h.inl" |
const ElementType * FindArbitraryElement() const