Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet > API/Runtime/Core/Containers/TSet/Find
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
ElementType * Find
(
KeyInitType Key
)
Remarks
Finds an element with the given key in the set. A pointer to an element with the given key. If no element in the set has the given key, this will return NULL.
Parameters
| Name | Description |
|---|---|
| Key | The key to search for. |